Merge pull request #2415 from marxin/add-cmake-to-gitignore
Add CMake related files to .gitignore.
This commit is contained in:
commit
93f3e27574
|
@ -87,4 +87,5 @@ build.*
|
||||||
*.swp
|
*.swp
|
||||||
benchmark/*.goto
|
benchmark/*.goto
|
||||||
benchmark/smallscaling
|
benchmark/smallscaling
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles/*
|
||||||
|
|
Loading…
Reference in New Issue