Skip to content

Commit

Permalink
Ignore IntelliJ Gradle build outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles committed Feb 16, 2018
1 parent f13afb4 commit ac69082
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ sdks/python/apache_beam/portability/common_urns.py
**/*.iml
**/*.ipr
**/*.iws
**/out/**/*

# Ignore Eclipse files.
**/.classpath
Expand Down
1 change: 1 addition & 0 deletions assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<exclude>**/.gogradle/**</exclude>
<exclude>**/build/**</exclude>
<exclude>**/vendor/**</exclude>
<exclude>**/out/**</exclude>
<exclude>**/.gradletasknamecache</exclude>

<!-- files generated by the Maven build process. -->
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ rat {
"**/*.iml",
"**/*.ipr",
"**/*.iws",
"**/out/**/*",

// .gitignore: Ignore Eclipse files.
"**/.classpath",
Expand Down

0 comments on commit ac69082

Please sign in to comment.