sent/.gitignore

29 lines
200 B
Plaintext
Raw Normal View History

2014-06-22 22:18:28 +00:00
# Object files
*.o
*.ko
*.obj
*.elf
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
2014-06-22 22:39:21 +00:00
/sent
# vim
*.swp
*~