tbftss/.gitignore

48 lines
351 B
Plaintext
Raw Permalink Normal View History

2015-10-20 12:01:55 +02:00
# Object files
*.o
*.ko
*.obj
*.elf
2016-02-28 16:29:21 +01:00
*.mo
2015-10-20 12:01:55 +02:00
# 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
2018-04-29 17:44:06 +02:00
bin
2015-10-20 13:51:49 +02:00
dist
dev/*
2018-05-02 19:30:08 +02:00
build/*
!dev/screenshots
!dev/stats.sh
2018-05-02 19:27:39 +02:00
# Misc
.DS_Store
/.errors