2015-07-03 16:48:22 +00:00
|
|
|
# Compiled Object files
|
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.obj
|
|
|
|
|
|
|
|
# Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Compiled Dynamic libraries
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.dll
|
|
|
|
|
|
|
|
# Fortran module files
|
|
|
|
*.mod
|
|
|
|
|
|
|
|
# Compiled Static libraries
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
*.lib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
|
|
|
|
|
|
|
# CMake
|
|
|
|
CMakeCache.txt
|
|
|
|
CMakeFiles
|
|
|
|
cmake_install.cmake
|
2015-07-21 00:25:39 +00:00
|
|
|
install_manifest.txt
|
|
|
|
*.cmake
|
|
|
|
# ^ May need to add future .cmake files as exceptions
|
|
|
|
|
2015-10-07 19:06:01 +00:00
|
|
|
# Test logs
|
2015-07-21 00:25:39 +00:00
|
|
|
Testing/*
|
2015-10-07 19:06:01 +00:00
|
|
|
|
|
|
|
# Test input
|
2015-10-02 21:22:28 +00:00
|
|
|
test/gtc/*.dds
|
2015-10-02 21:20:59 +00:00
|
|
|
|
2015-07-21 00:25:39 +00:00
|
|
|
# Project Files
|
2015-10-07 20:19:54 +00:00
|
|
|
Makefile
|
2015-07-21 00:25:39 +00:00
|
|
|
*.cbp
|
|
|
|
*.user
|
2015-10-07 20:19:54 +00:00
|
|
|
|
2015-11-23 19:12:57 +00:00
|
|
|
# Documentation
|
|
|
|
*.cpt
|
|
|
|
*.aux
|
|
|
|
*.toc
|
|
|
|
*.fls
|
|
|
|
*.fdb_latexmk
|
|
|
|
*.pyg
|
2015-12-03 18:11:25 +00:00
|
|
|
*.pdf
|
|
|
|
doc/doc/*
|
|
|
|
# ^ All files are copied to a directory when compiling the manual; don't wanna commit these!
|
2015-11-23 19:12:57 +00:00
|
|
|
|
2015-10-07 20:19:54 +00:00
|
|
|
# Misc.
|
|
|
|
*.log
|