Skip to content

Commit

Permalink
.gitignore: Add some autotools backup files
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Feb 5, 2024
1 parent e588175 commit 10f69f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,5 @@ jobs:
# grep '^' passes through all input while giving a non-zero exit status
# if that input is empty.
run: |
#find . \( -name 'config.guess~' -o -name 'config.sub~' -o -name 'install-sh~' \) -delete
printf '%s\n' .ccache > ".git/info/exclude"
git status --porcelain|grep '^' && { echo "The generated files listed above are not in .gitignore" ; exit 1; }; true
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ aclocal.m4
autom4te.cache/
compile
config.guess
config.guess~
config.h
config.h.in
config.h.in~
config.log
config.status
config.sub
config.sub~
configure
depcomp
doc/Makefile
Expand All @@ -32,6 +34,7 @@ doc/manual.txt
doc/sorterr.1
doc/survex.7
install-sh
install-sh~
lib/Info.plist
lib/Makefile
lib/Makefile.in
Expand Down

0 comments on commit 10f69f8

Please sign in to comment.