glm/.gitignore
Jesse Talavera-Greenberg 06984ae0a8 Collapse the test .gitignores into just one section
- Also, it turns out the .dds textures are actually output, not input
2015-10-02 17:22:28 -04:00

48 lines
487 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
Makefile
cmake_install.cmake
install_manifest.txt
*.cmake
# ^ May need to add future .cmake files as exceptions
# Test output
Testing/*
test/*/test-*
test/gtc/*.dds
glm/glm_dummy
# Project Files
*.cbp
*.user