-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c58565
commit 0ccb81d
Showing
732 changed files
with
103,599 additions
and
80,423 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,61 @@ | ||
# 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 | ||
|
||
# Misc. | ||
*.log | ||
|
||
# local build(s) | ||
build* | ||
|
||
# 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 | ||
!glmConfig.cmake | ||
!glmConfig-version.cmake | ||
# ^ May need to add future .cmake files as exceptions | ||
|
||
# Test logs | ||
Testing/* | ||
|
||
# Test input | ||
test/gtc/*.dds | ||
|
||
# Project Files | ||
Makefile | ||
*.cbp | ||
*.user | ||
|
||
# Misc. | ||
*.log | ||
|
||
# local build(s) | ||
build* | ||
|
||
/.vs | ||
/.vscode | ||
/CMakeSettings.json | ||
.DS_Store | ||
*.swp |
Oops, something went wrong.