diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2015-04-01 12:42:33 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2015-04-01 12:42:33 +0200 |
commit | 263ef7f8c7085b90f8d21e3dfc2598ed7340e73d (patch) | |
tree | 2f41bb68ca1982d777be26bcd8067df1d64c53c1 | |
parent | e23ed0f0f534bdcf6110162a2c2b4bffd0eea531 (diff) | |
download | usdx-263ef7f8c7085b90f8d21e3dfc2598ed7340e73d.tar.gz usdx-263ef7f8c7085b90f8d21e3dfc2598ed7340e73d.tar.xz usdx-263ef7f8c7085b90f8d21e3dfc2598ed7340e73d.zip |
gitignore: Simplified gitignore.
With the possibility of cmake to build inside a dedicated directory, we
can simplify the gitignore file and removing all cmake stuff.
-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/ |