gitignore/C++.gitignore

29 lines
242 B
Plaintext
Raw Normal View History

2010-11-12 16:13:55 -05:00
# Compiled Object files
2010-11-10 17:09:00 -05:00
*.slo
*.lo
2010-11-08 16:14:35 -05:00
*.o
2012-08-08 03:52:23 -04:00
*.obj
2010-11-08 16:14:35 -05:00
# Precompiled Headers
*.gch
*.pch
2010-11-12 16:13:55 -05:00
# Compiled Dynamic libraries
2010-11-08 16:14:35 -05:00
*.so
*.dylib
2012-08-08 03:52:23 -04:00
*.dll
2010-11-08 16:14:35 -05:00
2014-07-18 09:13:18 -04:00
# Fortran module files
*.mod
2010-11-12 16:13:55 -05:00
# Compiled Static libraries
2010-11-10 17:09:00 -05:00
*.lai
*.la
2010-11-08 16:14:35 -05:00
*.a
2012-08-08 03:52:23 -04:00
*.lib
2012-08-08 04:36:30 -04:00
# Executables
*.exe
*.out
*.app