[beast] BUILD: added generated files to .gitignore
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast] BUILD: added generated files to .gitignore
- Date: Tue, 7 Sep 2010 02:00:17 +0000 (UTC)
commit 4be167de2a3e7e17d6516452070a1e7e69fe0682
Author: Tim Janik <timj gtk org>
Date: Thu Sep 2 18:11:15 2010 +0200
BUILD: added generated files to .gitignore
.gitignore | 19 +++++++++++++++++++
autotools/.gitignore | 12 ++++++++++++
beast-gtk/.gitignore | 13 +++++++++++++
beast-gtk/dialogs/.gitignore | 1 +
beast-gtk/gxk/.gitignore | 8 ++++++++
beast-gtk/icons/.gitignore | 2 ++
birnet/tests/.gitignore | 1 +
bse/.gitignore | 17 +++++++++++++++++
bse/icons/.gitignore | 14 ++++++++++++++
bse/tests/.gitignore | 9 +++++++++
bse/zintern/.gitignore | 1 +
data/.gitignore | 8 ++++++++
docs/.gitignore | 4 ++++
launchers/.gitignore | 2 ++
plugins/.gitignore | 1 +
po/.gitignore | 1 +
sfi/.gitignore | 2 ++
sfi/tests/.gitignore | 6 ++++++
shell/.gitignore | 1 +
tests/.gitignore | 5 +++++
tests/bse/.gitignore | 5 +++++
tests/latency/.gitignore | 1 +
tools/.gitignore | 6 ++++++
23 files changed, 139 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6ba2d4d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+Makefile.in
+Makefile
+.deps
+.libs
+*.pyc
+*.la
+*.lo
+*.o
+/ChangeLog
+/INSTALL
+/aclocal.m4
+/autom4te.cache
+/config.log
+/config.status
+/configure
+/configure.h
+/configure.h.in
+/libtool
+/stamp-h1
diff --git a/autotools/.gitignore b/autotools/.gitignore
new file mode 100644
index 0000000..cdc5f5b
--- /dev/null
+++ b/autotools/.gitignore
@@ -0,0 +1,12 @@
+config.guess
+config.sub
+depcomp
+install-sh
+ltmain.sh
+missing
+mkinstalldirs
+libtool.m4
+ltoptions.m4
+ltsugar.m4
+ltversion.m4
+lt~obsolete.m4
diff --git a/beast-gtk/.gitignore b/beast-gtk/.gitignore
new file mode 100644
index 0000000..b518d8b
--- /dev/null
+++ b/beast-gtk/.gitignore
@@ -0,0 +1,13 @@
+beast-[0-9].[0-9].[0-9]
+bstenum_arrays.c
+bstenum_list.c
+bstgenbseapi.c
+bstgenbseapi.h
+bstgentypes.c
+bstgentypes.h
+bstmarshal.c
+bstmarshal.h
+stamp-bstgenbseapi.h
+stamp-bstgentypes.h
+testgui
+tsmview
diff --git a/beast-gtk/dialogs/.gitignore b/beast-gtk/dialogs/.gitignore
new file mode 100644
index 0000000..470a02f
--- /dev/null
+++ b/beast-gtk/dialogs/.gitignore
@@ -0,0 +1 @@
+beast-xml-zfiles.c
diff --git a/beast-gtk/gxk/.gitignore b/beast-gtk/gxk/.gitignore
new file mode 100644
index 0000000..c7c40dd
--- /dev/null
+++ b/beast-gtk/gxk/.gitignore
@@ -0,0 +1,8 @@
+gxkgentypes.c
+gxkgentypes.h
+gxkmarshal.c
+gxkmarshal.h
+gxktest
+libgxk.a
+splinetest
+stamp-gxkgentypes.h
diff --git a/beast-gtk/icons/.gitignore b/beast-gtk/icons/.gitignore
new file mode 100644
index 0000000..09514df
--- /dev/null
+++ b/beast-gtk/icons/.gitignore
@@ -0,0 +1,2 @@
+bst-stock-gen.c
+bst-stock-gen.h
diff --git a/birnet/tests/.gitignore b/birnet/tests/.gitignore
index 91ace93..0b9982b 100644
--- a/birnet/tests/.gitignore
+++ b/birnet/tests/.gitignore
@@ -6,3 +6,4 @@ sorting
strings
systest
threads
+utils
diff --git a/bse/.gitignore b/bse/.gitignore
new file mode 100644
index 0000000..cde705e
--- /dev/null
+++ b/bse/.gitignore
@@ -0,0 +1,17 @@
+*.genprc.c
+*.genidl.hh
+bseconfig.h
+bseautodoc
+bsebuiltin_array.c
+bsebuiltin_externs.c
+bseenum_arrays.c
+bseenum_list.c
+bsegencore.cc
+bsegentype_array.c
+bsegentypes.c
+bsegentypes.h
+bsehack.idl
+bseinfo
+bseprocidl
+bsequery
+gslfft.c
diff --git a/bse/icons/.gitignore b/bse/icons/.gitignore
new file mode 100644
index 0000000..d4b3001
--- /dev/null
+++ b/bse/icons/.gitignore
@@ -0,0 +1,14 @@
+biquad.c
+const.c
+instrument.c
+keyboard.c
+mic.c
+midi-ctrl-input.c
+mono-synth.c
+osc.c
+snooper.c
+speaker.c
+virtual-input.c
+virtual-output.c
+virtual-synth.c
+waveosc.c
diff --git a/bse/tests/.gitignore b/bse/tests/.gitignore
new file mode 100644
index 0000000..51f2e75
--- /dev/null
+++ b/bse/tests/.gitignore
@@ -0,0 +1,9 @@
+blocktests
+filtertest
+firhandle
+loophandle
+misctests
+resamplehandle
+subnormals
+testcxx
+testfft
diff --git a/bse/zintern/.gitignore b/bse/zintern/.gitignore
new file mode 100644
index 0000000..72f0150
--- /dev/null
+++ b/bse/zintern/.gitignore
@@ -0,0 +1 @@
+bse-zfile.c
diff --git a/data/.gitignore b/data/.gitignore
new file mode 100644
index 0000000..3e62529
--- /dev/null
+++ b/data/.gitignore
@@ -0,0 +1,8 @@
+beast-audio-x-bse.png
+beast.applications
+beast-images.h
+config-paths.h
+bse.pc
+beast.desktop
+beast.xml
+bse.keys
diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644
index 0000000..024a86f
--- /dev/null
+++ b/docs/.gitignore
@@ -0,0 +1,4 @@
+gendoxi/
+html/
+mans/
+psource/
diff --git a/launchers/.gitignore b/launchers/.gitignore
new file mode 100644
index 0000000..697f575
--- /dev/null
+++ b/launchers/.gitignore
@@ -0,0 +1,2 @@
+beast
+bsescm
diff --git a/plugins/.gitignore b/plugins/.gitignore
new file mode 100644
index 0000000..b6eda37
--- /dev/null
+++ b/plugins/.gitignore
@@ -0,0 +1 @@
+*.genidl.hh
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..becd153
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1 @@
+*.gmo
diff --git a/sfi/.gitignore b/sfi/.gitignore
new file mode 100644
index 0000000..88e0393
--- /dev/null
+++ b/sfi/.gitignore
@@ -0,0 +1,2 @@
+libsfi.la
+sfidl
diff --git a/sfi/tests/.gitignore b/sfi/tests/.gitignore
new file mode 100644
index 0000000..09d7dfe
--- /dev/null
+++ b/sfi/tests/.gitignore
@@ -0,0 +1,6 @@
+misctests
+ring
+testcxx
+testidl.c
+testidl.h
+testsfidl
diff --git a/shell/.gitignore b/shell/.gitignore
new file mode 100644
index 0000000..56f67c7
--- /dev/null
+++ b/shell/.gitignore
@@ -0,0 +1 @@
+bsescm-[0-9].[0-9].[0-9]
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..12bc9a7
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,5 @@
+bsecxxapi.cc
+bsecxxapi.hh
+testresampler
+testwavechunk
+perftest
diff --git a/tests/bse/.gitignore b/tests/bse/.gitignore
new file mode 100644
index 0000000..e647d2d
--- /dev/null
+++ b/tests/bse/.gitignore
@@ -0,0 +1,5 @@
+*.genidl.hh
+bsecxxapi.cc
+bsecxxapi.hh
+cxxbinding
+filtertest
diff --git a/tests/latency/.gitignore b/tests/latency/.gitignore
new file mode 100644
index 0000000..b6eda37
--- /dev/null
+++ b/tests/latency/.gitignore
@@ -0,0 +1 @@
+*.genidl.hh
diff --git a/tools/.gitignore b/tools/.gitignore
new file mode 100644
index 0000000..4496b01
--- /dev/null
+++ b/tools/.gitignore
@@ -0,0 +1,6 @@
+bsefcompare
+bsefextract
+bsewavetool
+cutvorbis
+magictest
+mathtool
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]