Skip to content

Commit 9560689

Browse files
author
Kelvin Lee
committed
Ignore a bunch of temporary files from cmake/ninja.
1 parent e193368 commit 9560689

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

Release/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.ninja_*
2+
*.ninja
3+
CMakeFiles/
4+
CMakeCache.txt
5+
CTestTestfile.cmake
6+
cmake_install.cmake

Release/samples/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.cmake

Release/src/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.cmake

Release/tests/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.cmake

0 commit comments

Comments
 (0)