From: Mike Frysinger Date: Mon, 5 Dec 2016 20:48:10 +0000 (-0500) Subject: ignore config.cache & dist files X-Git-Tag: 4.5~28^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10bd7bab1443780e69592292e83c1210b84edf23;p=thirdparty%2Fshadow.git ignore config.cache & dist files config.cache is generated when running `./configure -C`. The tarballs are generated when running `make dist`. --- diff --git a/.gitignore b/.gitignore index 960696cde..80cc16c49 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ Makefile.in /aclocal.m4 /autom4te.cache /compile +/config.cache /config.guess /config.h /config.h.in @@ -45,4 +46,5 @@ Makefile.in /po/stamp-po /shadow.spec +/shadow-*.tar.* /libmisc/getdate.c