diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-08-08 22:28:02 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-08-08 22:28:02 +0200 |
commit | 0829acfd11e529503ccfdff296d5e87bff7ec26f (patch) | |
tree | fd533478e3f88a5314822a21bfb3b8e158286990 | |
parent | 2289074fe008a0d1a8d05f44a12a405351aad506 (diff) |
Add .gitignore files
-rw-r--r-- | .gitignore | 18 | ||||
-rw-r--r-- | dgedit/.gitignore | 5 | ||||
-rw-r--r-- | drumgizmo/.gitignore | 14 | ||||
-rw-r--r-- | lv2/.gitignore | 6 | ||||
-rw-r--r-- | src/.gitignore | 1 |
5 files changed, 44 insertions, 0 deletions
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 |