corregits cmake i makefile
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -5,7 +5,6 @@
|
||||
/CMakeFiles/
|
||||
/CMakeCache.txt
|
||||
/cmake_install.cmake
|
||||
/Makefile
|
||||
/*.cmake
|
||||
/*.obj
|
||||
/*.o
|
||||
@@ -20,7 +19,7 @@
|
||||
|
||||
# Generated by CMake/IDE
|
||||
/compile_commands.json
|
||||
/.ninja*
|
||||
/.ninja*
|
||||
/_deps/
|
||||
/install_manifest.txt
|
||||
|
||||
@@ -29,9 +28,16 @@ third_party/**/build/
|
||||
third_party/**/CMakeFiles/
|
||||
third_party/**/CMakeCache.txt
|
||||
|
||||
# Release artifacts
|
||||
shadertoy_release/
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.dmg
|
||||
|
||||
# IDEs and editors
|
||||
.vscode/
|
||||
.idea/
|
||||
.claude/
|
||||
*.suo
|
||||
*.user
|
||||
*.userprefs
|
||||
|
||||
Reference in New Issue
Block a user