From: Dan McGee Date: Wed, 22 Jun 2011 00:37:26 +0000 (-0500) Subject: Add and populate .gitignore files X-Git-Tag: pgbouncer_1_5_rc1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dedbfc85e49e1ed646e1eaa8cbb30c786fac94d9;p=pgbouncer Add and populate .gitignore files Signed-off-by: Dan McGee --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a755c30 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +/aclocal.m4 +/config.guess +/config.log +/config.mak +/config.status +/config.sub +/configure +/install-sh +/obj +/pgbouncer diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..6bba959 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,4 @@ +/config.xml +/pgbouncer.1 +/pgbouncer.5 +/usage.xml