Skip to content

Commit

Permalink
Ignore test output and clean it when doing a make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Aug 5, 2014
1 parent eab819f commit d5889d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ test-output
comparison
comparison.png
test.jpg
test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ install: all
cp jpeg-hash $(PREFIX)/bin/

clean:
rm -rf jpeg-recompress jpeg-compare jpeg-hash src/*.o src/iqa/build
rm -rf jpeg-recompress jpeg-compare jpeg-hash test src/*.o src/iqa/build

0 comments on commit d5889d4

Please sign in to comment.