Skip to content

Commit

Permalink
build: Regenerate .gitignore when any Makefile changes
Browse files Browse the repository at this point in the history
Signed-off-by: Simon McVittie <[email protected]>
  • Loading branch information
smcv authored and cgwalters committed Nov 12, 2022
1 parent 3a686d5 commit fa18b54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@ include rust/Makefile-inc.am
include tests/Makefile-tests.am

-include $(top_srcdir)/git.mk

$(srcdir)/.gitignore: src/Makefile-git-evtag.am
$(srcdir)/.gitignore: man/Makefile-man.am
$(srcdir)/.gitignore: rust/Makefile-inc.am
$(srcdir)/.gitignore: tests/Makefile-tests.am

0 comments on commit fa18b54

Please sign in to comment.