diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-07 13:11:15 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-07 13:11:15 +0000 |
commit | 57a8d239714160a09cbbce037a2659510aa64b87 (patch) | |
tree | a196436dab62ff8e21a6d0f2abccf9287c23a97e | |
parent | dbf585ec3763e25db5c34338cbf34af9035fe40f (diff) | |
download | LibXtract-57a8d239714160a09cbbce037a2659510aa64b87.tar.gz LibXtract-57a8d239714160a09cbbce037a2659510aa64b87.tar.bz2 LibXtract-57a8d239714160a09cbbce037a2659510aa64b87.zip |
Tidy up .gitignore
-rw-r--r-- | .gitignore | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -8,16 +8,8 @@ # Shared objects (inc. Windows DLLs) *.dll *.so -*.so.* *.dylib -# Executables -*.exe -*.out -*.app -*.pd_* -examples/simpletest/simpletest - # VS files *.sdf *.tlog @@ -32,6 +24,10 @@ examples/simpletest/simpletest # Doxygen doc/latex doc/html -doc/doxygen-build.stamp -doc/documentation.doxygen +# Build files +.build +dist + +# Project-specific files +examples/simpletest/simpletest |