gitignore/C.gitignore

22 lines
162 B
Plaintext
Raw Normal View History

2012-04-15 11:16:03 -04:00
# Object files
*.o
2013-07-19 13:05:04 -04:00
*.ko
*.obj
2013-10-07 16:16:11 -04:00
*.elf
2012-04-15 11:16:03 -04:00
# Libraries
*.lib
2012-04-19 01:50:54 -04:00
*.a
2012-04-15 11:16:03 -04:00
# Shared objects (inc. Windows DLLs)
*.dll
*.so
2012-04-19 01:50:54 -04:00
*.so.*
*.dylib
2012-04-15 11:16:03 -04:00
# Executables
*.exe
*.out
2012-04-19 01:50:54 -04:00
*.app
2013-10-07 16:16:11 -04:00
*.hex