Skip to content

Commit

Permalink
Update C++ executables to ignore with git
Browse files Browse the repository at this point in the history
Drop `_base` from C++ executable as it is no longer a relevant
designator.
  • Loading branch information
jakirkham committed Oct 14, 2018
1 parent 5bff16a commit 190d547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ CTestTestfile.cmake
Makefile
cmake_install.cmake

bin/cxxtest_base.out
bin/cxxtest.out
src/rank_filter.cpp

0 comments on commit 190d547

Please sign in to comment.