mirror of
https://github.com/g-truc/glm.git
synced 2024-11-16 14:54:35 +00:00
6732e7e654
- LaTeX (or UseLATEX.cmake, not sure) copies files to a directory - Don't want to commit those copies to the repo - .pdf files ignored, too (probably better to host the manual on a website and update it with a git hook)
62 lines
656 B
Plaintext
62 lines
656 B
Plaintext
# 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
|
|
install_manifest.txt
|
|
*.cmake
|
|
# ^ May need to add future .cmake files as exceptions
|
|
|
|
# Test logs
|
|
Testing/*
|
|
|
|
# Test input
|
|
test/gtc/*.dds
|
|
|
|
# Project Files
|
|
Makefile
|
|
*.cbp
|
|
*.user
|
|
|
|
# Documentation
|
|
*.cpt
|
|
*.aux
|
|
*.toc
|
|
*.fls
|
|
*.fdb_latexmk
|
|
*.pyg
|
|
*.pdf
|
|
doc/doc/*
|
|
# ^ All files are copied to a directory when compiling the manual; don't wanna commit these!
|
|
|
|
# Misc.
|
|
*.log
|