creddit/.gitignore

21 lines
165 B
Plaintext
Raw Normal View History

2013-03-08 21:04:42 +00:00
# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
2013-07-18 13:47:11 +00:00
# Build Directory
build/