You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2016/10/19 18:39:10 UTC

[2/2] incubator-streams-examples git commit: git ignore files we don’t want checked in

git ignore files we don\u2019t want checked in


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/6fa84b72
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/6fa84b72
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/6fa84b72

Branch: refs/heads/master
Commit: 6fa84b7218cb93744cdf9d1634e30f032e0f1f1f
Parents: 29f2ea5
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Authored: Wed Oct 19 13:38:37 2016 -0500
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
Committed: Wed Oct 19 13:38:37 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/6fa84b72/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 1b41e46..4ff38fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,9 +3,11 @@ streams-master-pom/
 
 # Compile directores and files #
 
+dist/
 target/
 overlays/
 dependency-reduced-pom.xml
+**/src/site/resources/
 
 # IDE directories/files #
 /.idea
@@ -14,6 +16,8 @@ dependency-reduced-pom.xml
 .settings/
 .classpath
 .project
+*.svg
+*.properties
 
 # OS generated files #
 .DS_Store