Files
gitignore/C.gitignore
2013-11-04 19:21:39 +05:30

20 lines
150 B
Plaintext

# Object files
*.o
*.ko
*.obj
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app