gitignore/C.gitignore

20 lines
150 B
Plaintext
Raw Normal View History

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