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

7 8 9 10
# Precompiled Headers
*.gch
*.pch

D
Daniel Schildt 已提交
11
# Compiled Dynamic libraries
D
Daniel Schauenberg 已提交
12
*.so
R
rhysd 已提交
13
*.dylib
14
*.dll
D
Daniel Schauenberg 已提交
15

P
Pete Peterson 已提交
16 17
# Fortran module files
*.mod
18
*.smod
P
Pete Peterson 已提交
19

D
Daniel Schildt 已提交
20
# Compiled Static libraries
21 22
*.lai
*.la
D
Daniel Schauenberg 已提交
23
*.a
24
*.lib
J
Janusz Lenar 已提交
25 26 27 28 29

# Executables
*.exe
*.out
*.app