From 263ef7f8c7085b90f8d21e3dfc2598ed7340e73d Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 1 Apr 2015 12:42:33 +0200 Subject: 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. --- .gitignore | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index f4d77ba3..bdef92c1 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ -- cgit v1.2.3