C++.gitignore 177 字节
Newer Older
D
Daniel Schildt 已提交
1
# Compiled Object files
2 3
*.slo
*.lo
D
Daniel Schauenberg 已提交
4
*.o
5
*.obj
D
Daniel Schauenberg 已提交
6

D
Daniel Schildt 已提交
7
# Compiled Dynamic libraries
D
Daniel Schauenberg 已提交
8
*.so
R
rhysd 已提交
9
*.dylib
10
*.dll
D
Daniel Schauenberg 已提交
11

D
Daniel Schildt 已提交
12
# Compiled Static libraries
13 14
*.lai
*.la
D
Daniel Schauenberg 已提交
15
*.a
16
*.lib
J
Janusz Lenar 已提交
17 18 19 20 21

# Executables
*.exe
*.out
*.app