gitignore/C++.gitignore

33 lines
270 B
Plaintext
Raw Normal View History

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