mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
Gitignore file for C.
This commit is contained in:
parent
1a188f2697
commit
2f4a4b22ad
1 changed files with 14 additions and 0 deletions
14
C.gitignore
Normal file
14
C.gitignore
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Object files
|
||||||
|
*.o
|
||||||
|
|
||||||
|
# Libraries
|
||||||
|
*.lib
|
||||||
|
|
||||||
|
# Shared objects (inc. Windows DLLs)
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
|
||||||
|
# Executables
|
||||||
|
*.exe
|
||||||
|
*.out
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue