C++.gitignore 242 字节
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 18
# Fortran module files
*.mod

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

# Executables
*.exe
*.out
*.app