summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-06-18 02:25:09 +0200
committerLennart Poettering <lennart@poettering.net>2008-06-18 02:25:09 +0200
commite96bb759f1b469c45eceae696d505663183b70b3 (patch)
tree5f0ff27b17172bfa15257aef5a167fc6d6a06da1
parent505fd1b5c1dadff46f4b50df76f9ee978351b3dc (diff)
add .gitignore files
-rw-r--r--.gitignore29
-rw-r--r--avahi-autoipd/.gitignore9
-rw-r--r--avahi-client/.gitignore12
-rw-r--r--avahi-common/.gitignore14
-rw-r--r--avahi-compat-howl/.gitignore11
-rw-r--r--avahi-compat-howl/samples/.gitignore3
-rw-r--r--avahi-compat-libdns_sd/.gitignore9
-rw-r--r--avahi-core/.gitignore17
-rw-r--r--avahi-daemon/.gitignore9
-rw-r--r--avahi-discover-standalone/.gitignore8
-rw-r--r--avahi-dnsconfd/.gitignore1
-rw-r--r--avahi-glib/.gitignore8
-rw-r--r--avahi-gobject/.gitignore12
-rw-r--r--avahi-python/.gitignore1
-rw-r--r--avahi-python/avahi-discover/.gitignore2
-rw-r--r--avahi-python/avahi/.gitignore1
-rw-r--r--avahi-qt/.gitignore9
-rw-r--r--avahi-sharp/.gitignore6
-rw-r--r--avahi-ui-sharp/.gitignore6
-rw-r--r--avahi-ui/.gitignore11
-rw-r--r--avahi-utils/.gitignore10
-rw-r--r--common/.gitignore9
-rw-r--r--examples/.gitignore12
-rw-r--r--initscript/.gitignore2
-rw-r--r--initscript/fedora/.gitignore4
-rw-r--r--man/.gitignore8
-rw-r--r--po/.gitignore15
-rw-r--r--service-type-database/.gitignore4
-rw-r--r--tests/.gitignore8
29 files changed, 250 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..614bb0e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+Makefile
+Makefile.in
+*~
+*.pc
+*.o
+*.lo
+*.la
+.deps/
+.libs/
+ABOUT-NLS
+ChangeLog
+aclocal.m4
+*.cache
+compile
+config.guess
+config.h
+config.h.in
+config.log
+config.rpath
+config.status
+config.sub
+configure
+depcomp
+install-sh
+libtool
+ltmain.sh
+missing
+py-compile
+stamp-h1
diff --git a/avahi-autoipd/.gitignore b/avahi-autoipd/.gitignore
new file mode 100644
index 0000000..b8d515c
--- /dev/null
+++ b/avahi-autoipd/.gitignore
@@ -0,0 +1,9 @@
+*.o
+*.lo
+*.la
+Makefile
+Makefile.in
+.deps
+.libs
+avahi-autoipd
+avahi-autoipd.action
diff --git a/avahi-client/.gitignore b/avahi-client/.gitignore
new file mode 100644
index 0000000..262943b
--- /dev/null
+++ b/avahi-client/.gitignore
@@ -0,0 +1,12 @@
+*.o
+*.lo
+*.la
+Makefile
+Makefile.in
+.deps
+.libs
+check-nss-test
+client-test
+rr-test
+srv-test
+xdg-config-test
diff --git a/avahi-common/.gitignore b/avahi-common/.gitignore
new file mode 100644
index 0000000..b523810
--- /dev/null
+++ b/avahi-common/.gitignore
@@ -0,0 +1,14 @@
+*.o
+*.lo
+*.la
+Makefile
+Makefile.in
+.deps
+.libs
+alternative-test
+domain-test
+strlst-test
+timeval-test
+utf8-test
+watch-test
+watch-test-thread
diff --git a/avahi-compat-howl/.gitignore b/avahi-compat-howl/.gitignore
new file mode 100644
index 0000000..8dffd16
--- /dev/null
+++ b/avahi-compat-howl/.gitignore
@@ -0,0 +1,11 @@
+address-test
+browse-domain-test
+samples/resolve
+text-test
+*.o
+*.lo
+*.la
+Makefile
+Makefile.in
+.deps
+.libs
diff --git a/avahi-compat-howl/samples/.gitignore b/avahi-compat-howl/samples/.gitignore
new file mode 100644
index 0000000..8fca691
--- /dev/null
+++ b/avahi-compat-howl/samples/.gitignore
@@ -0,0 +1,3 @@
+browse
+publish
+query
diff --git a/avahi-compat-libdns_sd/.gitignore b/avahi-compat-libdns_sd/.gitignore
new file mode 100644
index 0000000..279828d
--- /dev/null
+++ b/avahi-compat-libdns_sd/.gitignore
@@ -0,0 +1,9 @@
+null-test
+txt-test
+*.o
+*.lo
+*.la
+Makefile
+Makefile.in
+.deps
+.libs
diff --git a/avahi-core/.gitignore b/avahi-core/.gitignore
new file mode 100644
index 0000000..3a5003a
--- /dev/null
+++ b/avahi-core/.gitignore
@@ -0,0 +1,17 @@
+*.o
+*.lo
+*.la
+Makefile
+Makefile.in
+.deps
+.libs
+avahi-reflector
+avahi-test
+conformance-test
+dns-spin-test
+dns-test
+hashmap-test
+prioq-test
+querier-test
+timeeventq-test
+update-test
diff --git a/avahi-daemon/.gitignore b/avahi-daemon/.gitignore
new file mode 100644
index 0000000..bb2aeab
--- /dev/null
+++ b/avahi-daemon/.gitignore
@@ -0,0 +1,9 @@
+avahi-daemon
+avahi-dbus.conf
+ini-file-parser-test
+*.o
+*.lo
+Makefile
+Makefile.in
+.deps
+.libs
diff --git a/avahi-discover-standalone/.gitignore b/avahi-discover-standalone/.gitignore
new file mode 100644
index 0000000..9864451
--- /dev/null
+++ b/avahi-discover-standalone/.gitignore
@@ -0,0 +1,8 @@
+avahi-discover-standalone
+*.o
+*.lo
+*.la
+Makefile
+Makefile.in
+.deps
+.libs
diff --git a/avahi-dnsconfd/.gitignore b/avahi-dnsconfd/.gitignore
new file mode 100644
index 0000000..581c3ce
--- /dev/null
+++ b/avahi-dnsconfd/.gitignore
@@ -0,0 +1 @@
+avahi-dnsconfd
diff --git a/avahi-glib/.gitignore b/avahi-glib/.gitignore
new file mode 100644
index 0000000..02ec7d3
--- /dev/null
+++ b/avahi-glib/.gitignore
@@ -0,0 +1,8 @@
+*.o
+*.lo
+*.la
+Makefile
+Makefile.in
+.deps
+.libs
+glib-watch-test
diff --git a/avahi-gobject/.gitignore b/avahi-gobject/.gitignore
new file mode 100644
index 0000000..1466c78
--- /dev/null
+++ b/avahi-gobject/.gitignore
@@ -0,0 +1,12 @@
+ga-*-enumtypes.c
+ga-*-enumtypes.h
+*.o
+*.lo
+*.la
+Makefile
+Makefile.in
+.deps
+.libs
+signals-marshal.c
+signals-marshal.h
+signals-marshal.list
diff --git a/avahi-python/.gitignore b/avahi-python/.gitignore
new file mode 100644
index 0000000..01b90e7
--- /dev/null
+++ b/avahi-python/.gitignore
@@ -0,0 +1 @@
+avahi-bookmarks
diff --git a/avahi-python/avahi-discover/.gitignore b/avahi-python/avahi-discover/.gitignore
new file mode 100644
index 0000000..2daef34
--- /dev/null
+++ b/avahi-python/avahi-discover/.gitignore
@@ -0,0 +1,2 @@
+avahi-discover
+avahi-discover.desktop
diff --git a/avahi-python/avahi/.gitignore b/avahi-python/avahi/.gitignore
new file mode 100644
index 0000000..118a34d
--- /dev/null
+++ b/avahi-python/avahi/.gitignore
@@ -0,0 +1 @@
+ServiceTypeDatabase.py
diff --git a/avahi-qt/.gitignore b/avahi-qt/.gitignore
new file mode 100644
index 0000000..e155956
--- /dev/null
+++ b/avahi-qt/.gitignore
@@ -0,0 +1,9 @@
+*.o
+*.lo
+*.la
+Makefile
+Makefile.in
+.deps
+.libs
+*.moc3
+*.moc4
diff --git a/avahi-sharp/.gitignore b/avahi-sharp/.gitignore
new file mode 100644
index 0000000..9ad47f0
--- /dev/null
+++ b/avahi-sharp/.gitignore
@@ -0,0 +1,6 @@
+avahi-sharp-docs.tree
+avahi-sharp-docs.zip
+avahi-sharp.dll
+avahi-sharp.dll.config
+avahi-sharp.dll.mdb
+
diff --git a/avahi-ui-sharp/.gitignore b/avahi-ui-sharp/.gitignore
new file mode 100644
index 0000000..0a27ea5
--- /dev/null
+++ b/avahi-ui-sharp/.gitignore
@@ -0,0 +1,6 @@
+avahi-ui-sharp-docs.tree
+avahi-ui-sharp-docs.zip
+avahi-ui-sharp.dll
+avahi-ui-sharp.dll.config
+avahi-ui-sharp.dll.mdb
+bssh.exe
diff --git a/avahi-ui/.gitignore b/avahi-ui/.gitignore
new file mode 100644
index 0000000..9d9493a
--- /dev/null
+++ b/avahi-ui/.gitignore
@@ -0,0 +1,11 @@
+bssh
+bvnc
+bssh.desktop
+bvnc.desktop
+*.o
+*.lo
+*.la
+Makefile
+Makefile.in
+.deps
+.libs
diff --git a/avahi-utils/.gitignore b/avahi-utils/.gitignore
new file mode 100644
index 0000000..fecb9e1
--- /dev/null
+++ b/avahi-utils/.gitignore
@@ -0,0 +1,10 @@
+*.o
+*.lo
+Makefile
+Makefile.in
+.deps
+.libs
+avahi-browse
+avahi-publish
+avahi-resolve
+avahi-set-host-name
diff --git a/common/.gitignore b/common/.gitignore
new file mode 100644
index 0000000..4b1a47e
--- /dev/null
+++ b/common/.gitignore
@@ -0,0 +1,9 @@
+ChangeLog
+gettext.m4
+iconv.m4
+lib-ld.m4
+lib-link.m4
+lib-prefix.m4
+nls.m4
+po.m4
+progtest.m4
diff --git a/examples/.gitignore b/examples/.gitignore
new file mode 100644
index 0000000..1e1ae08
--- /dev/null
+++ b/examples/.gitignore
@@ -0,0 +1,12 @@
+*.o
+*.lo
+*.la
+Makefile
+Makefile.in
+.deps
+.libs
+client-browse-services
+client-publish-service
+core-browse-services
+core-publish-service
+glib-integration
diff --git a/initscript/.gitignore b/initscript/.gitignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/initscript/.gitignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/initscript/fedora/.gitignore b/initscript/fedora/.gitignore
new file mode 100644
index 0000000..fd8f359
--- /dev/null
+++ b/initscript/fedora/.gitignore
@@ -0,0 +1,4 @@
+Makefile
+Makefile.in
+avahi-daemon
+avahi-dnsconfd
diff --git a/man/.gitignore b/man/.gitignore
new file mode 100644
index 0000000..b86c09c
--- /dev/null
+++ b/man/.gitignore
@@ -0,0 +1,8 @@
+*.1
+*.8
+*.5
+*.1.xml
+*.8.xml
+*.5.xml
+Makefile
+Makefile.in
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..73d3d40
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1,15 @@
+ChangeLog
+Makefile
+Makefile.in
+Makefile.in.in
+Makevars.template
+POTFILES
+Rules-quot
+boldquot.sed
+en@boldquot.header
+en@quot.header
+insert-header.sin
+quot.sed
+remove-potcdate.sin
+stamp-it
+*.gmo
diff --git a/service-type-database/.gitignore b/service-type-database/.gitignore
new file mode 100644
index 0000000..581f192
--- /dev/null
+++ b/service-type-database/.gitignore
@@ -0,0 +1,4 @@
+Makefile
+Makefile.in
+service-types.db
+build-db
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..6c1b075
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,8 @@
+*.o
+*.lo
+*.la
+Makefile
+Makefile.in
+.deps
+.libs
+c-plus-plus-test