Mercurial > hg > libxtract
changeset 256:eae97cab0e86
Tidy up .gitignore
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Fri, 07 Nov 2014 13:11:15 +0000 |
parents | 4a443da2eb65 |
children | a40b0493d891 |
files | .gitignore |
diffstat | 1 files changed, 6 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitignore Fri Nov 07 13:10:51 2014 +0000 +++ b/.gitignore Fri Nov 07 13:11:15 2014 +0000 @@ -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 @@ # Doxygen doc/latex doc/html -doc/doxygen-build.stamp -doc/documentation.doxygen +# Build files +.build +dist + +# Project-specific files +examples/simpletest/simpletest