Repository: beam
Updated Branches:
  refs/heads/master d54f03bf6 -> cf6261e09


Rearrange .gitignore slightly


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/a180cf57
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/a180cf57
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/a180cf57

Branch: refs/heads/master
Commit: a180cf577b6ad3a4ee432dcdd2bd84c4c771af22
Parents: d54f03b
Author: Kenneth Knowles <[email protected]>
Authored: Mon Oct 23 12:36:38 2017 -0700
Committer: Kenneth Knowles <[email protected]>
Committed: Tue Oct 24 16:32:19 2017 -0700

----------------------------------------------------------------------
 .gitignore | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/a180cf57/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index f996dfd..8d2a6b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,8 +3,9 @@
 # This is typically in files named 'src.xml' throughout this repository.
 
 # Ignore files generated by the Maven build process.
-target/
 bin/
+dependency-reduced-pom.xml
+target/
 
 # Ignore generated archetypes
 sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/src/
@@ -14,6 +15,7 @@ 
sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources
 *.py[cod]
 *.egg-info/
 .eggs/
+nose-*.egg/
 .tox/
 build/
 dist/
@@ -45,10 +47,6 @@ sdks/python/apache_beam/portability/api/*pb2*.*
 # Ignore Visual Studio Code files.
 .vscode/
 
-# The build process generates the dependency-reduced POM, but it shouldn't be
-# committed.
-dependency-reduced-pom.xml
-
 # Hotspot VM leaves this log in a non-target directory when java crashes
 hs_err_pid*.log
 

Reply via email to