Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,18 @@ lib/fop-*
*.processedodd

licensekey.txt

# various files and directories that
# get temporarily created during
# `make test`
Test/DIFFALL.bash
Test/actual-results
*.tmpodd
Test/Pictures
Test/media
Test/charts
Test/embeddings
Test/xml.tmp
Test/test.docx
Test/test6.docx
Test/testnotes1.docx
1 change: 1 addition & 0 deletions Test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ clean:
(cd ..; for i in css/*; do rm -f `basename $$i`;done)
rm -f teitopdf.result.* *~
rm -f dcr.tmp xml.tmp
rm -f test6.docx test.docx testnotes1.docx
rm -fr $(AR)/ charts/ embeddings/ media/ Pictures/
rm -f $(DIFFOUT)

Expand Down