Gitignore file for C.

This commit is contained in:
Alban 2012-04-15 17:16:03 +02:00
parent 1a188f2697
commit 2f4a4b22ad
1 changed files with 14 additions and 0 deletions

14
C.gitignore Normal file
View File

@ -0,0 +1,14 @@
# Object files
*.o
# Libraries
*.lib
# Shared objects (inc. Windows DLLs)
*.dll
*.so
# Executables
*.exe
*.out