mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 06:51:08 +01:00
include/ircd: Handle *.gch.tmp files from clang.
This commit is contained in:
parent
b7186313e8
commit
35cff6c498
2 changed files with 2 additions and 0 deletions
1
include/ircd/.gitignore
vendored
1
include/ircd/.gitignore
vendored
|
@ -3,3 +3,4 @@ serno.h
|
||||||
ircd.pic*
|
ircd.pic*
|
||||||
config.h
|
config.h
|
||||||
config.h.in
|
config.h.in
|
||||||
|
*.gch.tmp
|
||||||
|
|
|
@ -67,3 +67,4 @@ clean-local:
|
||||||
rm -f ircd.pic.h
|
rm -f ircd.pic.h
|
||||||
rm -f ircd.pic.h.gch
|
rm -f ircd.pic.h.gch
|
||||||
rm -f spirit.h.gch
|
rm -f spirit.h.gch
|
||||||
|
rm -f *.gch.tmp
|
||||||
|
|
Loading…
Reference in a new issue