From b6c86fb07d96b54d083bf5c8aee060254a282bbd Mon Sep 17 00:00:00 2001
From: Sergey Poznyakoff <gray@Pirx.gnu.org.ua>
Date: Fri, 12 Jun 2009 17:15:07 +0300
Subject: [PATCH] Add .gitignores

---
 .gitignore              |   15 +++++++--------
 build/.gitignore        |    6 ++++++
 checks/.gitignore       |    1 +
 include/.gitignore      |    3 +++
 libcheck/.gitignore     |    1 +
 libconf/.gitignore      |    1 +
 libmta/.gitignore       |    4 ++++
 libsmmap/.gitignore     |    1 +
 mcp/.gitignore          |    1 +
 misc/.gitignore         |   11 +++++++++++
 qmgr/.gitignore         |    1 +
 smar/.gitignore         |    1 +
 smtpc/.gitignore        |    1 +
 smtps/.gitignore        |    1 +
 statethreads/.gitignore |    6 ++++++
 15 files changed, 46 insertions(+), 8 deletions(-)
 create mode 100644 build/.gitignore
 create mode 100644 checks/.gitignore
 create mode 100644 include/.gitignore
 create mode 100644 libcheck/.gitignore
 create mode 100644 libconf/.gitignore
 create mode 100644 libmta/.gitignore
 create mode 100644 libsmmap/.gitignore
 create mode 100644 mcp/.gitignore
 create mode 100644 misc/.gitignore
 create mode 100644 qmgr/.gitignore
 create mode 100644 smar/.gitignore
 create mode 100644 smtpc/.gitignore
 create mode 100644 smtps/.gitignore
 create mode 100644 statethreads/.gitignore

diff --git a/.gitignore b/.gitignore
index e2eea36..2857ff7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,16 @@
+Makefile
 Makefile.in
 *.o
 *.a
 *.so
 autom4te.cache
-build/config.guess
-build/config.sub
-build/depcomp
-build/install-sh
-build/missing
-build/ylwrap
 configure
 *~
-include/stamp-h.in
-statethreads/stconf.h.in
 .emacs.desktop
 stamp-h.in
+aclocal.m4
+.deps/
+config.log
+config.status
+stamp-h1
+
diff --git a/build/.gitignore b/build/.gitignore
new file mode 100644
index 0000000..2362e86
--- /dev/null
+++ b/build/.gitignore
@@ -0,0 +1,6 @@
+config.guess
+config.sub
+depcomp
+install-sh
+missing
+ylwrap
diff --git a/checks/.gitignore b/checks/.gitignore
new file mode 100644
index 0000000..b673d81
--- /dev/null
+++ b/checks/.gitignore
@@ -0,0 +1 @@
+t-getgroup
diff --git a/include/.gitignore b/include/.gitignore
new file mode 100644
index 0000000..cf41147
--- /dev/null
+++ b/include/.gitignore
@@ -0,0 +1,3 @@
+smconf.h
+smconf.h.in
+stamp-h.in
diff --git a/libcheck/.gitignore b/libcheck/.gitignore
new file mode 100644
index 0000000..f8a4386
--- /dev/null
+++ b/libcheck/.gitignore
@@ -0,0 +1 @@
+noroot
diff --git a/libconf/.gitignore b/libconf/.gitignore
new file mode 100644
index 0000000..5c62b5a
--- /dev/null
+++ b/libconf/.gitignore
@@ -0,0 +1 @@
+tree
diff --git a/libmta/.gitignore b/libmta/.gitignore
new file mode 100644
index 0000000..c8916b4
--- /dev/null
+++ b/libmta/.gitignore
@@ -0,0 +1,4 @@
+greyprint
+greyrm
+statit
+t-hostname
diff --git a/libsmmap/.gitignore b/libsmmap/.gitignore
new file mode 100644
index 0000000..cafd66c
--- /dev/null
+++ b/libsmmap/.gitignore
@@ -0,0 +1 @@
+createmap
diff --git a/mcp/.gitignore b/mcp/.gitignore
new file mode 100644
index 0000000..6664c6d
--- /dev/null
+++ b/mcp/.gitignore
@@ -0,0 +1 @@
+mcp
diff --git a/misc/.gitignore b/misc/.gitignore
new file mode 100644
index 0000000..a7b8d6f
--- /dev/null
+++ b/misc/.gitignore
@@ -0,0 +1,11 @@
+log2time
+mailq
+mailq.sh
+metaqueue
+qmgrctl
+qmgrctl.sh
+runas
+sm.check.sh
+sm.setup.sh
+smconf
+t-unixcl
diff --git a/qmgr/.gitignore b/qmgr/.gitignore
new file mode 100644
index 0000000..9e45082
--- /dev/null
+++ b/qmgr/.gitignore
@@ -0,0 +1 @@
+qmgr
diff --git a/smar/.gitignore b/smar/.gitignore
new file mode 100644
index 0000000..97fa6b5
--- /dev/null
+++ b/smar/.gitignore
@@ -0,0 +1 @@
+smar
diff --git a/smtpc/.gitignore b/smtpc/.gitignore
new file mode 100644
index 0000000..8907f29
--- /dev/null
+++ b/smtpc/.gitignore
@@ -0,0 +1 @@
+smtpc
diff --git a/smtps/.gitignore b/smtps/.gitignore
new file mode 100644
index 0000000..aa92b2e
--- /dev/null
+++ b/smtps/.gitignore
@@ -0,0 +1 @@
+smtps
diff --git a/statethreads/.gitignore b/statethreads/.gitignore
new file mode 100644
index 0000000..c7faa8c
--- /dev/null
+++ b/statethreads/.gitignore
@@ -0,0 +1,6 @@
+stconf.h.in
+aclocal.m4
+config.log
+config.status
+stamp-h1
+stconf.h
-- 
1.6.0.3

