2 Commits
v2.1 ... main

Author SHA1 Message Date
a13edeecde Add gitattributes file 2023-05-02 00:07:16 -04:00
26db262281 Ignore auto-generated compile flag info 2022-04-17 20:30:45 -04:00
2 changed files with 4 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
.gitattributes export-ignore
.gitignore export-ignore

2
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.cache
CMakeCache.txt CMakeCache.txt
CMakeFiles CMakeFiles
CPackConfig.cmake CPackConfig.cmake
@@ -5,6 +6,7 @@ CPackSourceConfig.cmake
Makefile Makefile
_CPack_Packages _CPack_Packages
cmake_install.cmake cmake_install.cmake
compile_commands.json
config.h config.h
install_manifest.txt install_manifest.txt
mazemaker mazemaker