diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 2 insertions, 19 deletions
@@ -1,26 +1,9 @@ -# editor stuff *~ \#*\# *.swp *.bak - -# binary -usdx - -# logs debug.log* - -# tests -test/usdx-test -test/usdx-test-coverage -test/coverage/ test/test.xml -# cmake stuff -CMakeFiles/ -Testing/ -CMakeCache.txt -cmake_install.cmake -CTestTestfile.cmake -DartConfiguration.tcl -Makefile +# cmake build +build/ |