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 <[email protected]> Authored: Mon Dec 21 02:19:14 2015 +0100 Committer: ddekany <[email protected]> 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-*
