glm/.gitignore

62 lines
604 B
Plaintext
Raw Permalink Normal View History

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
install_manifest.txt
*.cmake
2019-11-01 17:16:31 +00:00
!glmConfig.cmake
!glmConfig-version.cmake
# ^ May need to add future .cmake files as exceptions
2015-10-07 19:06:01 +00:00
# Test logs
Testing/*
2015-10-07 19:06:01 +00:00
# Test input
test/gtc/*.dds
# Project Files
2015-10-07 20:19:54 +00:00
Makefile
*.cbp
*.user
2015-10-07 20:19:54 +00:00
# Misc.
*.log
# local build(s)
build*
/.vs
2018-12-10 19:39:32 +00:00
/.vscode
/CMakeSettings.json
2018-03-24 23:58:12 +00:00
.DS_Store
2019-11-01 17:16:31 +00:00
*.swp