# HG changeset patch # User Jamie Bullock # Date 1415365875 0 # Node ID eae97cab0e86cfe8bcb8822ed5e5b9d06e99829e # Parent 4a443da2eb6503b5886f55e97f7b710cb67c3252 Tidy up .gitignore diff -r 4a443da2eb65 -r eae97cab0e86 .gitignore --- 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