solidity/.gitignore
Rhett Aultman 964dc31fa5 Ignore the CMakeLists.txt.user qtcreator makes
qtcreator stores its settings in the file CMakeLists.txt.user,
and it should be ignored like the other IDE files
2017-06-03 07:48:12 -07:00

45 lines
406 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/
docs/_build
docs/utils/__pycache__
# vim stuff
*.swp
# IDE files
.idea
browse.VC.db
CMakeLists.txt.user