Simplify Git ignore file usage. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/878e8bce Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/878e8bce Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/878e8bce
Branch: refs/heads/LOG4J2-1349-gcfree-threadcontext Commit: 878e8bcea83e471e502bffac2b7e1df7a80b66a5 Parents: fa1fd11 Author: ggregory <ggreg...@apache.org> Authored: Thu Sep 1 08:13:15 2016 -0700 Committer: ggregory <ggreg...@apache.org> Committed: Thu Sep 1 08:13:15 2016 -0700 ---------------------------------------------------------------------- .gitignore | 3 +++ log4j-1.2-api/.gitignore | 5 ----- log4j-api-scala_2.10/.gitignore | 3 --- log4j-api/.gitignore | 5 ----- log4j-bom/.gitignore | 3 --- log4j-core/.gitignore | 6 ------ log4j-distribution/.gitignore | 2 -- log4j-flume-ng/.gitignore | 4 ---- log4j-iostreams/.gitignore | Bin 69 -> 0 bytes log4j-jcl/.gitignore | 4 ---- log4j-jmx-gui/.gitignore | 4 ---- log4j-jul/.gitignore | 3 --- log4j-liquibase/.gitignore | 3 --- log4j-nosql/.gitignore | 4 ---- log4j-perf/.gitignore | 4 ---- log4j-samples/.gitignore | 5 ----- log4j-slf4j-impl/.gitignore | 4 ---- log4j-taglib/.gitignore | 4 ---- log4j-to-slf4j/.gitignore | 4 ---- log4j-web/.gitignore | 4 ---- 20 files changed, 3 insertions(+), 71 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 9ba0860..3d542f9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ target/ .classpath .cache-main .cache-tests +velocity.log +felix-cache/ +bin/ http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-1.2-api/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-1.2-api/.gitignore b/log4j-1.2-api/.gitignore deleted file mode 100644 index ae5f6c6..0000000 --- a/log4j-1.2-api/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/.settings/ -/target/ -/.classpath -/.project -/velocity.log http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-api-scala_2.10/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-api-scala_2.10/.gitignore b/log4j-api-scala_2.10/.gitignore deleted file mode 100644 index ddd6d6d..0000000 --- a/log4j-api-scala_2.10/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/.settings/ -/.classpath -/.project http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-api/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-api/.gitignore b/log4j-api/.gitignore deleted file mode 100644 index 4a239e5..0000000 --- a/log4j-api/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/.settings/ -/target/ -/.classpath -/.project -/felix-cache/ http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-bom/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-bom/.gitignore b/log4j-bom/.gitignore deleted file mode 100644 index 358cc65..0000000 --- a/log4j-bom/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/target/ -/.project -/.settings/ http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-core/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-core/.gitignore b/log4j-core/.gitignore deleted file mode 100644 index 040a346..0000000 --- a/log4j-core/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/.settings/ -/target/ -/.classpath -/.project -/bin/ -/felix-cache/ http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-distribution/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-distribution/.gitignore b/log4j-distribution/.gitignore deleted file mode 100644 index 58c32c8..0000000 --- a/log4j-distribution/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/.project -/.settings/ http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-flume-ng/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-flume-ng/.gitignore b/log4j-flume-ng/.gitignore deleted file mode 100644 index 9f0fc21..0000000 --- a/log4j-flume-ng/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/.settings/ -/target/ -/.classpath -/.project http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-iostreams/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-iostreams/.gitignore b/log4j-iostreams/.gitignore deleted file mode 100644 index b79adc7..0000000 Binary files a/log4j-iostreams/.gitignore and /dev/null differ http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-jcl/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-jcl/.gitignore b/log4j-jcl/.gitignore deleted file mode 100644 index 9f0fc21..0000000 --- a/log4j-jcl/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/.settings/ -/target/ -/.classpath -/.project http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-jmx-gui/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-jmx-gui/.gitignore b/log4j-jmx-gui/.gitignore deleted file mode 100644 index 9f0fc21..0000000 --- a/log4j-jmx-gui/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/.settings/ -/target/ -/.classpath -/.project http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-jul/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-jul/.gitignore b/log4j-jul/.gitignore deleted file mode 100644 index ddd6d6d..0000000 --- a/log4j-jul/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/.settings/ -/.classpath -/.project http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-liquibase/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-liquibase/.gitignore b/log4j-liquibase/.gitignore deleted file mode 100644 index fbdf7eb..0000000 --- a/log4j-liquibase/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/.classpath -/.project -/.settings/ http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-nosql/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-nosql/.gitignore b/log4j-nosql/.gitignore deleted file mode 100644 index 9f0fc21..0000000 --- a/log4j-nosql/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/.settings/ -/target/ -/.classpath -/.project http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-perf/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-perf/.gitignore b/log4j-perf/.gitignore deleted file mode 100644 index 9f0fc21..0000000 --- a/log4j-perf/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/.settings/ -/target/ -/.classpath -/.project http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-samples/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-samples/.gitignore b/log4j-samples/.gitignore deleted file mode 100644 index 7e7197b..0000000 --- a/log4j-samples/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/target/ -/.project -/configuration/target/ -/loggerProperties/target/ -/.settings/ http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-slf4j-impl/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-slf4j-impl/.gitignore b/log4j-slf4j-impl/.gitignore deleted file mode 100644 index 9f0fc21..0000000 --- a/log4j-slf4j-impl/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/.settings/ -/target/ -/.classpath -/.project http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-taglib/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-taglib/.gitignore b/log4j-taglib/.gitignore deleted file mode 100644 index 9f0fc21..0000000 --- a/log4j-taglib/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/.settings/ -/target/ -/.classpath -/.project http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-to-slf4j/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-to-slf4j/.gitignore b/log4j-to-slf4j/.gitignore deleted file mode 100644 index 9f0fc21..0000000 --- a/log4j-to-slf4j/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/.settings/ -/target/ -/.classpath -/.project http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/878e8bce/log4j-web/.gitignore ---------------------------------------------------------------------- diff --git a/log4j-web/.gitignore b/log4j-web/.gitignore deleted file mode 100644 index 9f0fc21..0000000 --- a/log4j-web/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/.settings/ -/target/ -/.classpath -/.project