Skip to content

Commit ab88e94

Browse files
Schedl DavidSchedl David
Schedl David
authored and
Schedl David
committed
restructured so setup.py is in the root folder
1 parent f57f443 commit ab88e94

File tree

757 files changed

+149
-550332
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

757 files changed

+149
-550332
lines changed

.gitignore

+27-15
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,11 @@
55
*.slo
66
*.lo
77
*.o
8-
*.obj
98

109
# Precompiled Headers
1110
*.gch
1211
*.pch
1312

14-
# Compiled Dynamic libraries
15-
*.so
16-
*.dylib
17-
*.dll
1813

1914
# Fortran module files
2015
*.mod
@@ -34,13 +29,30 @@
3429
/vs/packages/Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.1.8.1.3
3530
/vs/Tests/x64/Release
3631
/tests/x64/Debug
37-
python/pyaos.cp37-win_amd64.pyd
38-
python/pyaos.cpp
39-
*/__pycache__
40-
.vscode/settings.json
41-
LFR/python/__pycache__/LFR_utils.cpython-37.pyc
42-
img/raw/*
43-
LFR/vs/.vs/*
44-
LFR/vs/imgui.ini
45-
LFR/vs/benchmark.json
46-
LFR/VS/Debug/vc142.idb
32+
*.dll
33+
*.pdb
34+
*.egg-info
35+
__pycache__
36+
37+
# VS & VS Code things
38+
.vs
39+
.vscode
40+
/VS/Debug/*
41+
/VS/Release/*
42+
43+
# CMake stuff
44+
CMakeSettings.json
45+
46+
# bin build folders
47+
bin
48+
build
49+
50+
# cython & comiled file
51+
pyaos/pyaos.cp**-win_amd64.pyd
52+
pyaos/pyaos.cpp
53+
pyaos/__pycache__/minrunscript.cpython-37.pyc
54+
pyaos/build/temp.*
55+
pyaos/build/temp.win*
56+
*.pyd
57+
58+
File renamed without changes.

LFR/.gitignore

-52
This file was deleted.

LFR/README.md

-96
This file was deleted.

0 commit comments

Comments
 (0)