summaryrefslogtreecommitdiffstats
path: root/conf/gitignore/C
blob: e7a909e4c625940a91980fc5a215d236f59cd68a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Object files
*.o
*.ko

# Libraries
*.lib
*.a

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app