Allow in-tree build

This commit is contained in:
Anonymous Maarten
2024-10-29 23:33:44 +01:00
parent 6647345be0
commit f543faf837
3 changed files with 24 additions and 16 deletions

18
.gitignore vendored
View File

@@ -29,15 +29,27 @@ __pycache__
*.rej
# for CMake
.cmake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
cmake_uninstall.cmake
SDL3ConfigVersion.cmake
.ninja_*
*.ninja
install_manifest.txt
*Targets.cmake
*Config.cmake
*ConfigVersion.cmake
CTestTestfile.cmake
Testing
compile_commands.json
.cache/
/include-config-*
/include-revision
/Makefile
.ninja_*
*.ninja
*.pc
test/*.test
wayland-generated-protocols
# for CLion
.idea