Skip to content

Commit 008a5ed

Browse files
scwfpwendell
authored andcommitted
[Minor]ignore all config files in conf
Some config files in ```conf``` should ignore, such as conf/fairscheduler.xml conf/hive-log4j.properties conf/metrics.properties ... So ignore all ```sh```/```properties```/```conf```/```xml``` files Author: wangfei <[email protected]> Closes apache#2395 from scwf/patch-2 and squashes the following commits: 3dc53f2 [wangfei] duplicate ```conf/*.conf``` 3c2986f [wangfei] ignore all config files
1 parent 0a7091e commit 008a5ed

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.gitignore

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ out/
1515
third_party/libmesos.so
1616
third_party/libmesos.dylib
1717
conf/java-opts
18-
conf/spark-env.sh
19-
conf/streaming-env.sh
20-
conf/log4j.properties
21-
conf/spark-defaults.conf
22-
conf/hive-site.xml
18+
conf/*.sh
19+
conf/*.properties
20+
conf/*.conf
21+
conf/*.xml
2322
docs/_site
2423
docs/api
2524
target/
@@ -50,7 +49,6 @@ unit-tests.log
5049
/lib/
5150
rat-results.txt
5251
scalastyle.txt
53-
conf/*.conf
5452
scalastyle-output.xml
5553

5654
# For Hive

0 commit comments

Comments
 (0)