Repository: incubator-beam
Updated Branches:
  refs/heads/master 2296a3675 -> f6299519b


Add a note to .gitignore to make sure we edit .gitignore and src.xml at the 
same time


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

Branch: refs/heads/master
Commit: 76e5e9e5824c376a959f5081c79df87060f25dda
Parents: bb3ceb3
Author: Davor Bonaci <da...@google.com>
Authored: Wed Apr 6 14:26:30 2016 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Wed Apr 6 14:45:39 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/76e5e9e5/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index da29f12..38def8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
+# NOTE: if you modify this file, you probably need to modify the file set that
+# is an input to 'maven-assembly-plugin' that generates source distribution.
+# This is typically in files named 'src.xml' throughout this repository.
+
 # Ignore files generated by the Maven build process.
 target/
 
@@ -21,3 +25,7 @@ dependency-reduced-pom.xml
 # Ignore files that end with '~', since they are most likely auto-save files
 # produced by a text editor.
 *~
+
+# NOTE: if you modify this file, you probably need to modify the file set that
+# is an input to 'maven-assembly-plugin' that generates source distribution.
+# This is typically in files named 'src.xml' throughout this repository.

Reply via email to