Skip to content

Commit

Permalink
Merge pull request #1039 from lairworks/cppCleanIgnores
Browse files Browse the repository at this point in the history
Ignore some files when running `cppclean`
  • Loading branch information
DanRStevens authored Aug 16, 2022
2 parents 7b827ff + eb263a4 commit 09fac58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ cppcheck:

.PHONY: cppclean
cppclean:
cppclean "$(SRCDIR)"
cppclean "$(SRCDIR)" --exclude="NAS2D.h" --exclude="Xml"

.PHONY: format
format:
Expand Down

0 comments on commit 09fac58

Please sign in to comment.