Commit 0c2b0b7904355ea549efe650cdf4a51f507f02f4
1 parent
48b4898131
.gitignore: changed PDF output ignore line
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
.gitignore
View file @
0c2b0b7
# VIM swap files | 1 | 1 | # VIM swap files | |
*.swp | 2 | 2 | *.swp | |
# Mac metadata files | 3 | 3 | # Mac metadata files | |
.DS_Store | 4 | 4 | .DS_Store | |
# vendor/ directory from Composer | 5 | 5 | # vendor/ directory from Composer | |
vendor/ | 6 | 6 | vendor/ | |
# don't complain about the machine-specific test_constants.php file | 7 | 7 | # don't complain about the machine-specific test_constants.php file | |
bin/constants.php | 8 | 8 | bin/constants.php | |
# ignore the output file | 9 | 9 | # ignore the output file | |
output.pdf | 10 | 10 | pdflib_output.pdf | |
11 | 11 |