Skip to content

Commit

Permalink
make sure to ignore binaries in all subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoborges committed Feb 12, 2016
1 parent 41c53db commit 8f681fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.rpm
*.jar
*.zip
*.tar.gz
**/*.rpm
**/*.jar
**/*.zip
**/*.tar.gz

0 comments on commit 8f681fa

Please sign in to comment.