From 0829acfd11e529503ccfdff296d5e87bff7ec26f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 8 Aug 2011 22:28:02 +0200 Subject: Add .gitignore files --- .gitignore | 18 ++++++++++++++++++ dgedit/.gitignore | 5 +++++ drumgizmo/.gitignore | 14 ++++++++++++++ lv2/.gitignore | 6 ++++++ src/.gitignore | 1 + 5 files changed, 44 insertions(+) create mode 100644 .gitignore create mode 100644 dgedit/.gitignore create mode 100644 drumgizmo/.gitignore create mode 100644 lv2/.gitignore create mode 100644 src/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1cf4ae1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +install +libtool +ltmain.sh +missing +stamp-h1 \ No newline at end of file diff --git a/dgedit/.gitignore b/dgedit/.gitignore new file mode 100644 index 0000000..e1b335e --- /dev/null +++ b/dgedit/.gitignore @@ -0,0 +1,5 @@ +.deps +*.moc.cc +*.o +dgedit +*_qrc.cpp \ No newline at end of file diff --git a/drumgizmo/.gitignore b/drumgizmo/.gitignore new file mode 100644 index 0000000..6a76dbb --- /dev/null +++ b/drumgizmo/.gitignore @@ -0,0 +1,14 @@ +.deps +Makefile.am.test +*.o +drumgizmo +input/*/.deps/ +input/*/.libs/ +input/*/*.lo +input/*/*.o +input/*/*.la +output/*/.deps/ +output/*/.libs/ +output/*/*.lo +output/*/*.o +output/*/*.la diff --git a/lv2/.gitignore b/lv2/.gitignore new file mode 100644 index 0000000..edde1fc --- /dev/null +++ b/lv2/.gitignore @@ -0,0 +1,6 @@ +Makefile.am.test +liblv2.la +.deps +.libs +*.lo +*.o \ No newline at end of file diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..195bd0f --- /dev/null +++ b/src/.gitignore @@ -0,0 +1 @@ +Makefile.am.test \ No newline at end of file -- cgit v1.2.3