Simplify Git ignore files. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/fa1fd11f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/fa1fd11f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/fa1fd11f
Branch: refs/heads/LOG4J2-1349-gcfree-threadcontext Commit: fa1fd11f8e27ff6847b6b87f41c5d26738148490 Parents: a189687 Author: ggregory <ggreg...@apache.org> Authored: Thu Sep 1 08:09:24 2016 -0700 Committer: ggregory <ggreg...@apache.org> Committed: Thu Sep 1 08:09:24 2016 -0700 ---------------------------------------------------------------------- .gitignore | 11 +++++++---- log4j-api-scala_2.11/.gitignore | 5 ----- 2 files changed, 7 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fa1fd11f/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 969c94f..9ba0860 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ -/.project -/.idea +.project +.idea **/*.iml **/target -/target/ -/.settings +target/ +.settings +.classpath +.cache-main +.cache-tests http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fa1fd11f/log4j-api-scala_2.11/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-api-scala_2.11/.gitignore b/log4j-api-scala_2.11/.gitignore deleted file mode 100644 index 240ba48..0000000 --- a/log4j-api-scala_2.11/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/.settings/ -/.classpath -/.project -/.cache-main -/.cache-tests