tbftss/.gitignore

38 lines
273 B
Plaintext
Raw Normal View History

2015-10-20 12:01:55 +02: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
2015-10-20 13:51:49 +02:00
tbftss
2015-10-20 12:01:55 +02:00
# Debug files
*.dSYM/
2015-10-20 13:51:49 +02:00
# folders
dist
dev