mirror of
https://github.com/tytso/pwgen.git
synced 2026-09-12 19:51:04 +05:00
Add the build and autom4te.cache directories to .gitignore
Also skip them when building the source_tar_file. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
parent
2fbe51a75d
commit
1cf91de5ea
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,4 +4,6 @@ config.log
|
||||
config.status
|
||||
configure
|
||||
pwgen
|
||||
build
|
||||
autom4te.cache
|
||||
*.o
|
||||
|
||||
@ -76,6 +76,7 @@ $(srcdir)/.exclude-file:
|
||||
-o -name TAGS -o -name \*.old -o -name \*.gmo \
|
||||
-o -name config.log -o -name config.cache \
|
||||
-o -name config.status -o -name Makefile \
|
||||
-o -name build -o -name autom4te.cache \
|
||||
-o -name changed-files -o -name .#\* \) \
|
||||
-print) | sed -e "s/^./$$a/" > $(srcdir)/.exclude-file
|
||||
echo "$(SRCROOT)/.exclude-file" >> $(srcdir)/.exclude-file
|
||||
|
||||
Loading…
Reference in New Issue
Block a user