0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 03:38:53 +02:00

include/ircd: Handle *.gch.tmp files from clang.

This commit is contained in:
Jason Volk 2019-06-22 23:50:09 -06:00
parent b7186313e8
commit 35cff6c498
2 changed files with 2 additions and 0 deletions

View file

@ -3,3 +3,4 @@ serno.h
ircd.pic*
config.h
config.h.in
*.gch.tmp

View file

@ -67,3 +67,4 @@ clean-local:
rm -f ircd.pic.h
rm -f ircd.pic.h.gch
rm -f spirit.h.gch
rm -f *.gch.tmp