c-multihash/.gitignore

37 lines
275 B
Plaintext
Raw Normal View History

2016-07-21 09:44:33 +00:00
# Object files
*.o
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
2016-07-25 11:06:32 +00:00
# Build system
2016-07-25 10:51:54 +00:00
.depend