Merge pull request #13355 from ethereum/tidy-up-gitignore

Tidy up and update .gitignore
This commit is contained in:
Nikola Matić 2022-08-09 10:00:43 +02:00 committed by GitHub
commit bb1a8df97e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
.gitignore vendored
View File

@ -1,11 +1,13 @@
commit_hash.txt
prerelease.txt
/commit_hash.txt
/prerelease.txt
# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.pyc
__pycache__
# Precompiled Headers
*.gch
@ -16,9 +18,6 @@ prerelease.txt
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
@ -33,14 +32,9 @@ prerelease.txt
# Build directory
/build*
emscripten_build/
docs/_build
docs/_static/robots.txt
__pycache__
docs/utils/*.pyc
/deps/downloads/
deps/install
deps/cache
cmake-build-*/
/docs/_build
/docs/_static/robots.txt
/deps
# vim stuff
[._]*.sw[a-p]
@ -50,18 +44,15 @@ cmake-build-*/
*~
# IDE files
.idea
.vscode
browse.VC.db
CMakeLists.txt.user
/.idea/
/.vscode/
/browse.VC.db
/CMakeLists.txt.user
/CMakeSettings.json
/.vs
/.cproject
/.project
# place to put local temporary files
tmp
# OS specific local files
.DS_Store
Thumbs.db