Skip to content

Commit

Permalink
do not branch output files
Browse files Browse the repository at this point in the history
*.zip and *.tar.bz2
  • Loading branch information
robUx4 committed Aug 22, 2017
1 parent 98daf98 commit 85dafc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mkclean/src.br
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ Makefile -
*.obj -
*.log -
*.pdb -

*.zip -
*.tar.bz2 -
3 changes: 2 additions & 1 deletion mkvalidator/src.br
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ Makefile -
*.obj -
*.log -
*.pdb -
%(PROJECT_NAME)-%(PROJECT_VERSION) -
*.zip -
*.tar.bz2 -

0 comments on commit 85dafc0

Please sign in to comment.