Repository: commons-complex Updated Branches: refs/heads/master 5529f0cd5 -> f4195fec7
Add ".gitignore" file. Project: http://git-wip-us.apache.org/repos/asf/commons-complex/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-complex/commit/f4195fec Tree: http://git-wip-us.apache.org/repos/asf/commons-complex/tree/f4195fec Diff: http://git-wip-us.apache.org/repos/asf/commons-complex/diff/f4195fec Branch: refs/heads/master Commit: f4195fec71325ad1a5a5aa9a1ff7cd0c3479a8b0 Parents: 5529f0c Author: Gilles Sadowski <[email protected]> Authored: Fri Jan 6 16:24:02 2017 +0100 Committer: Gilles Sadowski <[email protected]> Committed: Fri Jan 6 16:24:02 2017 +0100 ---------------------------------------------------------------------- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-complex/blob/f4195fec/.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
