From 1616bab78de7ec2f7c6dd45fcf7aa74840e68fc1 Mon Sep 17 00:00:00 2001 From: fredrik Date: Mon, 4 Jun 2007 00:24:00 +0000 Subject: [PATCH] Add .gitignore files git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@1056 959494ce-11ee-0310-bf91-de5d638817bd --- .gitignore | 29 +++++++++++++++++++++++++++++ autopackage/.gitignore | 4 ++++ clients/.gitignore | 1 + clients/gaim/.gitignore | 1 + clients/gnome-trans-applet/.gitignore | 2 ++ clients/gtk2/.gitignore | 1 + clients/tty/.gitignore | 1 + config/.gitignore | 5 +++++ daemon/.gitignore | 1 + doc/man/.gitignore | 1 + include/doldaconnect/.gitignore | 1 + lib/.gitignore | 1 + lib/python/.gitignore | 4 ++++ po/.gitignore | 14 ++++++++++++++ 14 files changed, 66 insertions(+) create mode 100644 .gitignore create mode 100644 autopackage/.gitignore create mode 100644 clients/.gitignore create mode 100644 clients/gaim/.gitignore create mode 100644 clients/gnome-trans-applet/.gitignore create mode 100644 clients/gtk2/.gitignore create mode 100644 clients/tty/.gitignore create mode 100644 config/.gitignore create mode 100644 daemon/.gitignore create mode 100644 doc/man/.gitignore create mode 100644 include/doldaconnect/.gitignore create mode 100644 lib/.gitignore create mode 100644 lib/python/.gitignore create mode 100644 po/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b56d617 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +*.[oa] +*.l[ao] +*~ +Makefile +Makefile.in +.deps +.libs +*.gtk + +/m4 +/configure +/config.rpath +/config.log +/depcomp +/compile +/config.guess +/config.h +/config.sub +/ltmain.sh +/ABOUT-NLS +/mkinstalldirs +/config.status +/stamp-h1 +/config.h.in +/libtool +/autom4te.cache +/missing +/aclocal.m4 +/install-sh diff --git a/autopackage/.gitignore b/autopackage/.gitignore new file mode 100644 index 0000000..93c1ca1 --- /dev/null +++ b/autopackage/.gitignore @@ -0,0 +1,4 @@ +/trapplet.apspec +/dcuilib.apspec +/dcguile.apspec +/dolcon.apspec diff --git a/clients/.gitignore b/clients/.gitignore new file mode 100644 index 0000000..ee4c926 --- /dev/null +++ b/clients/.gitignore @@ -0,0 +1 @@ +/test diff --git a/clients/gaim/.gitignore b/clients/gaim/.gitignore new file mode 100644 index 0000000..0e832af --- /dev/null +++ b/clients/gaim/.gitignore @@ -0,0 +1 @@ +/gstat diff --git a/clients/gnome-trans-applet/.gitignore b/clients/gnome-trans-applet/.gitignore new file mode 100644 index 0000000..5700b2a --- /dev/null +++ b/clients/gnome-trans-applet/.gitignore @@ -0,0 +1,2 @@ +/dolcon-trans-applet +/Dolcon_Transferapplet_Factory.server diff --git a/clients/gtk2/.gitignore b/clients/gtk2/.gitignore new file mode 100644 index 0000000..bcdbd02 --- /dev/null +++ b/clients/gtk2/.gitignore @@ -0,0 +1 @@ +/dolcon diff --git a/clients/tty/.gitignore b/clients/tty/.gitignore new file mode 100644 index 0000000..948d057 --- /dev/null +++ b/clients/tty/.gitignore @@ -0,0 +1 @@ +dcsh diff --git a/config/.gitignore b/config/.gitignore new file mode 100644 index 0000000..b28475f --- /dev/null +++ b/config/.gitignore @@ -0,0 +1,5 @@ +/locktouch +/speedrec +/tthsum +/dolconf +/baseconv diff --git a/daemon/.gitignore b/daemon/.gitignore new file mode 100644 index 0000000..5aa597c --- /dev/null +++ b/daemon/.gitignore @@ -0,0 +1 @@ +/doldacond diff --git a/doc/man/.gitignore b/doc/man/.gitignore new file mode 100644 index 0000000..0e0453a --- /dev/null +++ b/doc/man/.gitignore @@ -0,0 +1 @@ +/doldacond.conf.5 diff --git a/include/doldaconnect/.gitignore b/include/doldaconnect/.gitignore new file mode 100644 index 0000000..3b0ca2b --- /dev/null +++ b/include/doldaconnect/.gitignore @@ -0,0 +1 @@ +/utils.h diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 0000000..49ca05c --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1 @@ +/initcmds.h diff --git a/lib/python/.gitignore b/lib/python/.gitignore new file mode 100644 index 0000000..cec76df --- /dev/null +++ b/lib/python/.gitignore @@ -0,0 +1,4 @@ +*.pyc +/build +/dist +/MANIFEST diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 0000000..dcd8389 --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,14 @@ +/Rules-quot +/insert-header.sin +/Makevars.template +/POTFILES +/remove-potcdate.sin +/Makefile.in.in +/doldaconnect.pot +/stamp-po +/quot.sed +/en@quot.header +/en@boldquot.header +/boldquot.sed +/remove-potcdate.sed +/sv.gmo -- 2.11.0