Repository: incubator-beam Updated Branches: refs/heads/master a23892866 -> 0442a2416
Update .gitignore to skip over files that end with '~' Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/a8e9297a Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/a8e9297a Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/a8e9297a Branch: refs/heads/master Commit: a8e9297a4d75fa69bff3b417d3824dc9fa31e40e Parents: a238928 Author: Davor Bonaci <[email protected]> Authored: Wed Mar 9 10:29:28 2016 -0800 Committer: Dan Halperin <[email protected]> Committed: Wed Mar 9 14:05:22 2016 -0800 ---------------------------------------------------------------------- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/a8e9297a/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 0ba351f..0f4aabd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Ignore files generated by the Maven build process. target/ # Ignore IntelliJ files. @@ -14,3 +15,7 @@ target/ # The build process generates the dependency-reduced POM, but it shouldn't be # committed. dependency-reduced-pom.xml + +# Ignore files that end with '~', since they are most likely auto-save files +# produced by a text editor. +*~
