From 173986c8befd1bf17b5fe558c160eb9010f9f72f Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 22 Dec 2016 08:13:46 -0800 Subject: [PATCH] Only ignore things created by this project's standard build. If you use an IDE that generates random cruft in the project directory, create your own global .gitignore: http://stackoverflow.com/questions/7335420/global-git-ignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 57912cd..b83d222 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ /target/ -*.iml \ No newline at end of file