forgot about the .pqc files

This commit is contained in:
Bill Currie 2001-07-18 17:19:21 +00:00
parent 4f193aa9d5
commit 5da92f9b0a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
*.dat
*.pqc
*.sym
progdefs.h

View file

@ -1,4 +1,4 @@
qwprogs.dat: preprogs.src *.qc
qfpreqcc --warn=error --debug
clean:
rm -f core *.dat *.sym progdefs.h
rm -f core *.dat *.pqc *.sym progdefs.h