solidity/.gitignore

37 lines
322 B
Plaintext
Raw Normal View History

2015-08-17 12:27:26 +00:00
# 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
2015-08-19 12:58:16 +00:00
# Build directory
2015-08-27 12:28:31 +00:00
build/
docs/_build
docs/utils/__pycache__
2015-08-27 12:28:31 +00:00
# vim stuff
*.swp