[Pkg-shadow-devel] [PATCH] add gitignore

Mike Frysinger vapier at gentoo.org
Mon Jun 1 03:25:33 UTC 2009


Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 .gitignore     |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 man/.gitignore |    7 +++++++
 src/.gitignore |   33 +++++++++++++++++++++++++++++++++
 3 files changed, 87 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 man/.gitignore
 create mode 100644 src/.gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4a1f96e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,47 @@
+*~
+lib*.a
+*.o
+*.lo
+*.la
+*.gmo
+.deps
+.libs
+
+*.patch
+*.rej
+*.orig
+
+Makefile
+Makefile.in
+
+/ABOUT-NLS
+/aclocal.m4
+/autom4te.cache
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.rpath
+/config.status
+/config.sub
+/configure
+/depcomp
+/install-sh
+/libtool
+/ltmain.sh
+/m4
+/missing
+/stamp-h1
+/ylwrap
+
+/po/*.header
+/po/*.sed
+/po/*.sin
+/po/Makefile.in.in
+/po/Makevars.template
+/po/POTFILES
+/po/Rules-quot
+/po/stamp-po
+
+/shadow.spec
+/libmisc/getdate.c
diff --git a/man/.gitignore b/man/.gitignore
new file mode 100644
index 0000000..ffe6da8
--- /dev/null
+++ b/man/.gitignore
@@ -0,0 +1,7 @@
+.xml2po.mo
+config.xml
+
+*.[0-9]
+
+/po/POTFILES
+/po/stamp-po
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..732b835
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,33 @@
+/chage
+/chfn
+/chgpasswd
+/chpasswd
+/chsh
+/expiry
+/faillog
+/gpasswd
+/groupadd
+/groupdel
+/groupmems
+/groupmod
+/groups
+/grpck
+/grpconv
+/grpunconv
+/id
+/lastlog
+/login
+/logoutd
+/newgrp
+/newusers
+/nologin
+/passwd
+/pwck
+/pwconv
+/pwunconv
+/su
+/sulogin
+/useradd
+/userdel
+/usermod
+/vipw
-- 
1.6.3




More information about the Pkg-shadow-devel mailing list