diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2015-03-30 08:13:02 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2015-03-30 08:13:02 +0200 |
commit | d56b15fa56c87ade91c23b6082a52ebaa9ea529b (patch) | |
tree | d1d1c5dd5365be9929de5002745d4c73f223e78a /.gitignore | |
parent | 954e0d148d2e6cc0d0e8d57cb8d4d1e8fc197103 (diff) | |
download | usdx-d56b15fa56c87ade91c23b6082a52ebaa9ea529b.tar.gz usdx-d56b15fa56c87ade91c23b6082a52ebaa9ea529b.tar.xz usdx-d56b15fa56c87ade91c23b6082a52ebaa9ea529b.zip |
.gitignore cleanup
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 52 |
1 files changed, 26 insertions, 26 deletions
@@ -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 |