gitignore/C.gitignore

19 lines
144 B
Plaintext
Raw Normal View History

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