Repository: incubator-beam Updated Branches: refs/heads/master c1de175bd -> 00f608f05
Add more Eclipse files to .gitignore Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/e52a8195 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/e52a8195 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/e52a8195 Branch: refs/heads/master Commit: e52a8195ed60799c73e8981b6b77bdf200f8d243 Parents: c1de175 Author: Kenneth Knowles <[email protected]> Authored: Thu Mar 24 15:24:12 2016 -0700 Committer: Kenneth Knowles <[email protected]> Committed: Thu Mar 24 15:27:13 2016 -0700 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/e52a8195/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 0f4aabd..da29f12 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ target/ # Ignore Eclipse files. .classpath .project +.factorypath +.checkstyle .settings/ # The build process generates the dependency-reduced POM, but it shouldn't be
