C++.gitignore 207 字节
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

P
Pete Peterson 已提交
12 13 14
# Fortran module files
*.mod

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

# Executables
*.exe
*.out
*.app