Create ".gitignore" file.
Project: http://git-wip-us.apache.org/repos/asf/commons-statistics/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-statistics/commit/021d0f17 Tree: http://git-wip-us.apache.org/repos/asf/commons-statistics/tree/021d0f17 Diff: http://git-wip-us.apache.org/repos/asf/commons-statistics/diff/021d0f17 Branch: refs/heads/master Commit: 021d0f17bf5b97e8775c36d23ade9c017b98d839 Parents: bb864a0 Author: Gilles Sadowski <[email protected]> Authored: Sun Jan 21 15:02:26 2018 +0100 Committer: Gilles Sadowski <[email protected]> Committed: Sun Jan 21 15:02:26 2018 +0100 ---------------------------------------------------------------------- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-statistics/blob/021d0f17/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7410e55 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +.classpath +.project +.settings +.checkstyle +bin +target +/build +/lib +site-content +.ekstazi +*.class +*.iml +*.ipr +*.iws +.idea +.DS_Store +*~ +/.externalToolBuilders/ +/maven-eclipse.xml
