update gitignore to ignore output files created by preprocessor

issue#70
Houtan Bastani 2018-08-07 13:33:22 +02:00
parent 88a0162202
commit c342489397
1 changed files with 10 additions and 0 deletions

10
.gitignore vendored
View File

@ -54,3 +54,13 @@ TAGS
*.vrb
!/doc/macroprocessor/new-design.pdf
!/doc/macroprocessor/old-design.pdf
# test files
checksum
*.mod
*.tex
*.json
+*
# Bison verbose output file
*.output