You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2015/12/30 19:11:27 UTC

[07/35] incubator-freemarker git commit: Extending .gitignore with IntelliJ, OS X, and other common ignorables

Extending .gitignore with IntelliJ, OS X, and other common ignorables


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/0020e665
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/0020e665
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/0020e665

Branch: refs/heads/2.3
Commit: 0020e6653a024f17abbc333a197e92a24c0922ff
Parents: fe799f5
Author: ddekany <dd...@apache.org>
Authored: Mon Dec 21 02:19:14 2015 +0100
Committer: ddekany <dd...@apache.org>
Committed: Mon Dec 21 02:19:14 2015 +0100

----------------------------------------------------------------------
 .gitignore | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/0020e665/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 9961665..3bc5db4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,5 +5,26 @@
 /archive/
 /ide-dependencies/
 
-src/manual/book.xml~
+/out/
+/bin/
+/target/
 
+.idea/
+*.iml
+*.iws
+*.ipr
+.idea_modules/
+
+*.tmp
+*.bak
+*.swp
+*~
+
+.gradle
+
+.DS_Store
+.AppleDouble
+.LSOverride
+
+.directory
+.Trash-*