Skip to content

Commit

Permalink
* .gitignore, man/.gitignore, src/.gitignore: Added .gitignore
Browse files Browse the repository at this point in the history
	files.
  • Loading branch information
nekral-guest committed Jun 4, 2009
1 parent 5cd975a commit 0762426
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2009-06-04 Mike Frysinger <vapier@gentoo.org>

* .gitignore, man/.gitignore, src/.gitignore: Added .gitignore
files.

2009-06-04 Nicolas François <nicolas.francois@centraliens.net>

* man/su.1.xml: Use <option> for the login.defs options.
Expand Down
7 changes: 7 additions & 0 deletions man/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.xml2po.mo
config.xml

*.[0-9]

/po/POTFILES
/po/stamp-po
33 changes: 33 additions & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0762426

Please sign in to comment.