Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
niklwors committed Jul 10, 2015
2 parents 5d1ef5b + bee07d6 commit fbd19fb
Show file tree
Hide file tree
Showing 13 changed files with 1,041 additions and 386 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -668,7 +668,7 @@ git-sanity-check: git-clean
find -name "*.mat" >> invalid-files.log
find -name "*.csv" >> invalid-files.log
(find -type f -executable -exec file -i '{}' ";" | grep -s charset=binary >> invalid-files.log) || true
sort invalid-files.log > invalid-files.sorted
sort invalid-files.log | grep -v runtest.db > invalid-files.sorted
sort .gitvalidfiles > .gitvalidfiles.sorted
comm --check-order -23 invalid-files.sorted .gitvalidfiles.sorted > invalid-files.log
cat invalid-files.log
Expand Down

0 comments on commit fbd19fb

Please sign in to comment.