* .gitignore, man/.gitignore, src/.gitignore: Added .gitignore
files.
This commit is contained in:
parent
5cd975acbf
commit
0762426c4d
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal file
@ -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
|
@ -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>
|
2009-06-04 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* man/su.1.xml: Use <option> for the login.defs options.
|
* man/su.1.xml: Use <option> for the login.defs options.
|
||||||
|
7
man/.gitignore
vendored
Normal file
7
man/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
.xml2po.mo
|
||||||
|
config.xml
|
||||||
|
|
||||||
|
*.[0-9]
|
||||||
|
|
||||||
|
/po/POTFILES
|
||||||
|
/po/stamp-po
|
33
src/.gitignore
vendored
Normal file
33
src/.gitignore
vendored
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user