ignore config.cache & dist files
config.cache is generated when running `./configure -C`. The tarballs are generated when running `make dist`.
This commit is contained in:
parent
84f0ae00d2
commit
10bd7bab14
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,6 +18,7 @@ Makefile.in
|
|||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
/autom4te.cache
|
/autom4te.cache
|
||||||
/compile
|
/compile
|
||||||
|
/config.cache
|
||||||
/config.guess
|
/config.guess
|
||||||
/config.h
|
/config.h
|
||||||
/config.h.in
|
/config.h.in
|
||||||
@ -45,4 +46,5 @@ Makefile.in
|
|||||||
/po/stamp-po
|
/po/stamp-po
|
||||||
|
|
||||||
/shadow.spec
|
/shadow.spec
|
||||||
|
/shadow-*.tar.*
|
||||||
/libmisc/getdate.c
|
/libmisc/getdate.c
|
||||||
|
Loading…
Reference in New Issue
Block a user