ignore built files and configured test_options.hpp

This commit is contained in:
Joseph Lenox 2018-07-12 17:03:59 -05:00
parent 1cbc1895ea
commit 44115a6885

3
.gitignore vendored
View File

@ -23,3 +23,6 @@ core
CMakeCache.txt CMakeCache.txt
*.cmake *.cmake
*.exe *.exe
src/test/test_options.hpp
src/slic3r
build/*