Skip to content

Commit d7531b7

Browse files
committed
Tidy up and update .gitignore
1 parent 49a2db9 commit d7531b7

File tree

1 file changed

+11
-20
lines changed

1 file changed

+11
-20
lines changed

.gitignore

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
commit_hash.txt
2-
prerelease.txt
1+
/commit_hash.txt
2+
/prerelease.txt
33

44
# Compiled Object files
55
*.slo
66
*.lo
77
*.o
88
*.obj
9+
*.pyc
10+
__pycache__
911

1012
# Precompiled Headers
1113
*.gch
@@ -16,9 +18,6 @@ prerelease.txt
1618
*.dylib
1719
*.dll
1820

19-
# Fortran module files
20-
*.mod
21-
2221
# Compiled Static libraries
2322
*.lai
2423
*.la
@@ -33,14 +32,9 @@ prerelease.txt
3332
# Build directory
3433
/build*
3534
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
4438

4539
# vim stuff
4640
[._]*.sw[a-p]
@@ -50,18 +44,15 @@ cmake-build-*/
5044
*~
5145

5246
# 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
5751
/CMakeSettings.json
5852
/.vs
5953
/.cproject
6054
/.project
6155

62-
# place to put local temporary files
63-
tmp
64-
6556
# OS specific local files
6657
.DS_Store
6758
Thumbs.db

0 commit comments

Comments
 (0)