C++.gitignore 270 字节
Newer Older
P
pmartinez 已提交
1 2 3
# Prerequisites
*.d

D
Daniel Schildt 已提交
4
# Compiled Object files
5 6
*.slo
*.lo
D
Daniel Schauenberg 已提交
7
*.o
8
*.obj
D
Daniel Schauenberg 已提交
9

10 11 12 13
# Precompiled Headers
*.gch
*.pch

D
Daniel Schildt 已提交
14
# Compiled Dynamic libraries
D
Daniel Schauenberg 已提交
15
*.so
R
rhysd 已提交
16
*.dylib
17
*.dll
D
Daniel Schauenberg 已提交
18

P
Pete Peterson 已提交
19 20
# Fortran module files
*.mod
21
*.smod
P
Pete Peterson 已提交
22

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

# Executables
*.exe
*.out
*.app