From ee39752a972bcb34a3ee60d2adfbddd9d143addb Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner <hans@eds.org> Date: Wed, 2 Nov 2011 18:05:10 -0400 Subject: [PATCH] added .gitignore file to avoid committing build products and stray files --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..e79fe0a78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +*.o +*.orig +*.rej +*diff +TAGS +autom4te.cache +Makefile +Makefile.in +GNUmakefile +GNUmakefile.in +aclocal.m4 +configure +config.log +config.status +libtool +m4/generated +m4/config +.deps +.libs +*.lo +*.la +*.pd_linux +*.pd_darwin +*.d_fat +*.d_fat_o +po/*.msg +bin +src/pd +src/pd-watchdog +src/pdreceive +src/pdsend +ASIOSDK2 +pd-0.* +pd.pc -- GitLab