solidity/.gitignore
rocky a0db46cd08 Emacs and CMakeLists.txt administrivia
.editorconfig - specify CMakeLists.txt indentation
.gitignore - ignore emacs backups
tmp - like /tmp but specific to this project
2019-04-11 13:43:03 -04:00

63 lines
624 B
Plaintext

commit_hash.txt
prerelease.txt
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Build directory
build/
build*/
emscripten_build/
docs/_build
docs/utils/__pycache__
docs/utils/*.pyc
/deps/downloads/
deps/install
deps/cache
# 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
# place to put local temporary files
tmp