mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Tidy up and update .gitignore
This commit is contained in:
parent
49a2db99e6
commit
d7531b716f
31
.gitignore
vendored
31
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user