gitignore/C++.gitignore

33 lines
270 B
Plaintext
Raw Permalink Normal View History

2016-06-30 00:33:32 +08:00
# Prerequisites
*.d
2010-11-13 05:13:55 +08:00
# Compiled Object files
2010-11-11 06:09:00 +08:00
*.slo
*.lo
2010-11-09 05:14:35 +08:00
*.o
2012-08-08 15:52:23 +08:00
*.obj
2010-11-09 05:14:35 +08:00
# Precompiled Headers
*.gch
*.pch
2010-11-13 05:13:55 +08:00
# Compiled Dynamic libraries
2010-11-09 05:14:35 +08:00
*.so
*.dylib
2012-08-08 15:52:23 +08:00
*.dll
2010-11-09 05:14:35 +08:00
2014-07-18 21:13:18 +08:00
# Fortran module files
*.mod
*.smod
2014-07-18 21:13:18 +08:00
2010-11-13 05:13:55 +08:00
# Compiled Static libraries
2010-11-11 06:09:00 +08:00
*.lai
*.la
2010-11-09 05:14:35 +08:00
*.a
2012-08-08 15:52:23 +08:00
*.lib
2012-08-08 16:36:30 +08:00
# Executables
*.exe
*.out
*.app