diff --git a/.gitignore b/.gitignore index 66369cb..625fbfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.dat +*.pqc *.sym progdefs.h diff --git a/makefile b/makefile index d133a20..883f85a 100644 --- a/makefile +++ b/makefile @@ -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