File tree Expand file tree Collapse file tree 1 file changed +11
-20
lines changed Expand file tree Collapse file tree 1 file changed +11
-20
lines changed Original file line number Diff line number Diff line change 1
- commit_hash.txt
2
- prerelease.txt
1
+ / commit_hash.txt
2
+ / prerelease.txt
3
3
4
4
# Compiled Object files
5
5
* .slo
6
6
* .lo
7
7
* .o
8
8
* .obj
9
+ * .pyc
10
+ __pycache__
9
11
10
12
# Precompiled Headers
11
13
* .gch
@@ -16,9 +18,6 @@ prerelease.txt
16
18
* .dylib
17
19
* .dll
18
20
19
- # Fortran module files
20
- * .mod
21
-
22
21
# Compiled Static libraries
23
22
* .lai
24
23
* .la
@@ -33,14 +32,9 @@ prerelease.txt
33
32
# Build directory
34
33
/build *
35
34
emscripten_build /
36
- docs /_build
37
- docs /_static /robots.txt
38
- __pycache__
39
- docs /utils /* .pyc
40
- /deps /downloads /
41
- deps /install
42
- deps /cache
43
- cmake-build- * /
35
+ /docs /_build
36
+ /docs /_static /robots.txt
37
+ /deps
44
38
45
39
# vim stuff
46
40
[._ ]* .sw [a-p ]
@@ -50,18 +44,15 @@ cmake-build-*/
50
44
* ~
51
45
52
46
# IDE files
53
- .idea
54
- .vscode
55
- browse.VC.db
56
- CMakeLists.txt.user
47
+ / .idea /
48
+ / .vscode /
49
+ / browse.VC.db
50
+ / CMakeLists.txt.user
57
51
/CMakeSettings.json
58
52
/.vs
59
53
/.cproject
60
54
/.project
61
55
62
- # place to put local temporary files
63
- tmp
64
-
65
56
# OS specific local files
66
57
.DS_Store
67
58
Thumbs.db
You can’t perform that action at this time.
0 commit comments