Skip to content

Commit

Permalink
gitignore make generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
ickc committed Nov 17, 2016
1 parent c8f6f16 commit 64549d4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 140 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,7 +1,8 @@
# macOS files
.DS_Store

test/*.pdf
tests/csv_tables.native
tests/csv_tables.pdf

# python auxiliary
__pycache__/
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -35,7 +35,7 @@ before_install:
sudo dpkg -i pandoc-$pandocVersion-amd64.deb
# command to run tests
script:
- make -j4
- make -j4 travis
- cd tests && pytest
cache:
- pip
Expand Down
1 change: 1 addition & 0 deletions makefile
Expand Up @@ -9,6 +9,7 @@ filter := pandoc_tables/pandoc_tables.py
# Main Targets ########################################################################################################################################################################################

all: $(native) $(pdf)
travis: $(native)

tests/%.native: tests/%.md $(filter)
pandoc -t native -F $(filter) -o $@ $<
Expand Down
138 changes: 0 additions & 138 deletions tests/csv_tables.native

This file was deleted.

Binary file removed tests/csv_tables.pdf
Binary file not shown.

0 comments on commit 64549d4

Please sign in to comment.