From 10bd7bab1443780e69592292e83c1210b84edf23 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 5 Dec 2016 15:48:10 -0500 Subject: [PATCH] ignore config.cache & dist files config.cache is generated when running `./configure -C`. The tarballs are generated when running `make dist`. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 960696cd..80cc16c4 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