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

# Libraries
*.lib
*.a

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

# Executables
*.exe
*.out
*.app