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