Skip to content

Commit

Permalink
cmake: update .gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekensteyn committed Feb 29, 2016
1 parent 8bca2d1 commit 5bbcb71
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions integration-tests/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# generated files
config.go
setenv

0 comments on commit 5bbcb71

Please sign in to comment.