mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-03 23:20:14 +02:00
Add CMake and Ninja to .gitignore
This commit is contained in:
parent
be7ce84d9f
commit
e4a416a712
1 changed files with 22 additions and 0 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -276,3 +276,25 @@ out/
|
|||
# Windows XP stuff
|
||||
DebugWinXp/
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue