]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
gitignore: add a few more generated files to be ignored
authorEli Schwartz <eschwartz93@gmail.com>
Sun, 17 Mar 2024 22:40:21 +0000 (18:40 -0400)
committerSerge Hallyn <serge@hallyn.com>
Mon, 18 Mar 2024 22:06:07 +0000 (17:06 -0500)
before this, the following untracked files showed up in `git status`:

lib/atoi/.dirstamp
lib/string/.dirstamp
lib/time/.dirstamp
man/da/login.defs.d
man/da/messages.mo
man/de/login.defs.d
man/de/messages.mo
man/fr/login.defs.d
man/fr/messages.mo
man/it/login.defs.d
man/it/messages.mo
man/pl/login.defs.d
man/pl/messages.mo
man/ru/login.defs.d
man/ru/messages.mo
man/sv/login.defs.d
man/sv/messages.mo
man/uk/login.defs.d
man/uk/messages.mo
man/zh_CN/login.defs.d
man/zh_CN/messages.mo
test-driver

Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Reviewed-by: Alejandro Colomar <alx@kernel.org>
.gitignore
man/.gitignore

index b362cfe1bd401d49d458653fe58be84dbfa24480..e11e03f106e9868c28003e3256b8bdff6e0ae2f9 100644 (file)
@@ -3,9 +3,11 @@ lib*.a
 *.o
 *.lo
 *.la
+*.mo
 *.gmo
 .deps
 .libs
+.dirstamp
 
 *.patch
 *.rej
@@ -34,6 +36,7 @@ Makefile.in
 /m4
 /missing
 /stamp-h1
+/test-driver
 /ylwrap
 
 /po/*.header
index a5a91a952870dd7914c311d30e37d6bb9373688f..72e04afb7f6f3941e008eefc62f614367b734561 100644 (file)
@@ -4,5 +4,8 @@ generate_mans.deps
 
 *.[0-9]
 
+# translation symlinks
+/*/login.defs.d
+
 /po/POTFILES
 /po/stamp-po