git ignore files we donât 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 <[email protected]> Authored: Wed Oct 19 13:38:37 2016 -0500 Committer: Steve Blackmon @steveblackmon <[email protected]> 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
