Skip to content

Commit

Permalink
Changed gitignore definition of build output directories so they are …
Browse files Browse the repository at this point in the history
…ignored for all subdirectories.
  • Loading branch information
gdenning committed Dec 30, 2012
1 parent d9bc557 commit 0b2f8a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Expand Up @@ -42,10 +42,7 @@ Thumbs.db
.m2

# Build output directies
/target
*/target
/build
*/build
target/
build/

# IntelliJ specific files/directories
Expand Down

0 comments on commit 0b2f8a9

Please sign in to comment.