Skip to content

Commit

Permalink
Add gitignore for files generated during test
Browse files Browse the repository at this point in the history
  • Loading branch information
wangweibing committed Jul 12, 2021
1 parent c8d2475 commit 8f00839
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,13 @@ cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
/CPackSourceConfig.cmake
/CPackConfig.cmake
/cmake-build-debug/
/googletest-download/
/googletest-src/
/test/rpc_data/
/test/monitor/
/test/curl.out
/test/out.txt
/test/recordio_ref.io

0 comments on commit 8f00839

Please sign in to comment.