mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
62 lines
619 B
Plaintext
62 lines
619 B
Plaintext
/commit_hash.txt
|
|
/prerelease.txt
|
|
|
|
# Auth config for ppa release
|
|
/.release_ppa_auth
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
*.pyc
|
|
__pycache__
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Build directory
|
|
/build*
|
|
emscripten_build/
|
|
/docs/_build
|
|
/docs/_static/robots.txt
|
|
/deps
|
|
|
|
# vim stuff
|
|
[._]*.sw[a-p]
|
|
[._]sw[a-p]
|
|
|
|
# emacs stuff
|
|
*~
|
|
|
|
# IDE files
|
|
/.idea/
|
|
/.vscode/
|
|
/browse.VC.db
|
|
/CMakeLists.txt.user
|
|
/CMakeSettings.json
|
|
/.vs
|
|
/.cproject
|
|
/.project
|
|
|
|
# OS specific local files
|
|
.DS_Store
|
|
Thumbs.db
|