From f7bcd97626f1a990106e88e1dfcb56806dfb0419 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Thu, 6 Nov 2014 17:29:37 +0000 Subject: Actually add Makefiles! - Not added in previous commit due to being in .gitignore --- .gitignore | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d092427..9361f92 100644 --- a/.gitignore +++ b/.gitignore @@ -22,39 +22,6 @@ examples/simpletest/simpletest *.sdf *.tlog -# http://www.gnu.org/software/automake - -Makefile.in -Makefile - -# http://www.gnu.org/software/autoconf - -/autom4te.cache -/aclocal.m4 -/compile -/configure -/depcomp -/install-sh -/missing - -*.lo -*.la -m4/* -*.pc -libtool -ltmain.sh - -*.deps -*.libs -config.guess -config.log -config.status -config.sub -config.h -config.h.in -py-compile -stamp-h1 - # sublime *sublime* -- cgit v1.2.3 From 57a8d239714160a09cbbce037a2659510aa64b87 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 7 Nov 2014 13:11:15 +0000 Subject: Tidy up .gitignore --- .gitignore | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9361f92..b56e1a3 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3