shithub: aubio

Download patch

ref: 1dd137b42ecf4eba1e2b8289243c5d342df428e0
parent: e3cf37aee4ad3635485a94d81745bf31d787c4ea
author: Paul Brossier <piem@piem.org>
date: Thu Dec 3 13:52:38 EST 2009

added .gitignore

--- /dev/null
+++ b/.gitignore
@@ -1,0 +1,64 @@
+Makefile.in
+Makefile
+.deps
+.libs
+*.lo
+*.la
+
+*.pyc
+*.~[0-9]~
+*.swp
+
+# gcov generated files
+*.gcno
+*.gcda
+
+# ignore compiled examples
+RE:examples/[a-z]*
+
+# ignore compiled test programs
+RE:tests/src/test-[a-z-_]*$
+RE:tests/cpp/test-[a-z-_]*$
+
+# ignore aubio
+plugins/puredata/aubio.pd_linux
+
+# only sgml manpages count
+doc/*.1
+
+# cachegrind/callgrind stuff
+**/cachegrind.out.[0-9]*
+**/callgrind.out.[0-9]*
+
+# swig and java stuff
+**/*.class
+java/**/SWIG*.java
+java/**/aubio*.java
+java/**/midi_*.java
+
+# waf stuff
+.lock-wscript
+build/
+
+# autoreconf -f -i will create these
+INSTALL
+aclocal.m4
+aubio.pc
+autom4te.cache/
+compile
+config.guess
+config.log
+config.status
+config.sub
+configure
+depcomp
+mkinstalldirs
+install-sh
+libtool
+ltmain.sh
+missing
+py-compile
+src/config.h
+src/config.h.in
+src/config.h.in~
+src/stamp-h1