From d56b15fa56c87ade91c23b6082a52ebaa9ea529b Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 30 Mar 2015 08:13:02 +0200 Subject: .gitignore cleanup --- .gitignore | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 037161e7..f4d77ba3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,26 +1,26 @@ -Thumbs.db -.svn -*.orig -*.dcu -*.ppu -*.rst -*.compiled -*.or -*.d -*.o -*.a -*.exe -*.dll -*.identcache -*.bdsproj.local -*.bak -*~ -config.log -config.status -__history -aclocal.m4 -autom4te.cache/ -coverage/ -usdx -debug.log -debug.log.* +# 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 -- cgit v1.2.3