1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-04 07:20:15 +02:00

Add CMake and Ninja to .gitignore

This commit is contained in:
Kowalski Dragon 2021-12-22 21:54:39 +01:00
parent be7ce84d9f
commit e4a416a712
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: C4E819BD2BC6233E

22
.gitignore vendored
View file

@ -276,3 +276,25 @@ out/
# Windows XP stuff # Windows XP stuff
DebugWinXp/ DebugWinXp/
ReleaseWinXp/ ReleaseWinXp/
### CMake ###
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
### CMake Patch ###
# External projects
*-prefix/
### Ninja ###
.ninja_deps
.ninja_log
build.ninja