cmake: update .gitignore files
This commit is contained in:
parent
8bca2d1048
commit
5bbcb7148c
|
@ -29,6 +29,21 @@ missing
|
|||
stamp-h1
|
||||
test-driver
|
||||
|
||||
# cmake
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cmake_install.cmake
|
||||
CTestTestfile.cmake
|
||||
build.ninja
|
||||
rules.ninja
|
||||
.ninja_deps
|
||||
.ninja_log
|
||||
lib*.so
|
||||
lib*.so.*
|
||||
lib*.a
|
||||
# generated by "make test" with cmake
|
||||
Testing/
|
||||
|
||||
# test logs generated by `make check`
|
||||
*.log
|
||||
*.trs
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
# generated files
|
||||
config.go
|
||||
setenv
|
||||
|
|
Loading…
Reference in New Issue