Skip to content
Snippets Groups Projects
Commit b0ce0d13 authored by Arun Allamsetty's avatar Arun Allamsetty Committed by Reynold Xin
Browse files

[MINOR][MAINTENANCE] Sort the entries in .gitignore.

## What changes were proposed in this pull request?

The contents of `.gitignore` have been sorted to make it more readable. The actual contents of the file have not been changed.

## How was this patch tested?

Does not require any tests.

Author: Arun Allamsetty <arun@instructure.com>

Closes #12742 from aa8y/gitignore.
parent 8c49cebc
No related branches found
No related tags found
No related merge requests found
*~
*.#*
*#*# *#*#
*.swp *.#*
*.ipr
*.iml *.iml
*.ipr
*.iws *.iws
*.pyc *.pyc
*.pyo *.pyo
*.swp
*~
.DS_Store
.cache
.classpath
.ensime
.ensime_cache/
.ensime_lucene
.generated-mima*
.idea/ .idea/
.idea_modules/ .idea_modules/
build/*.jar .project
.scala_dependencies
.settings .settings
.cache /lib/
cache R-unit-tests.log
.generated-mima* R/unit-tests.out
work/ build/*.jar
out/
.DS_Store
build/apache-maven* build/apache-maven*
build/zinc*
build/scala* build/scala*
scalastyle-on-compile.generated.xml build/zinc*
conf/java-opts cache
conf/*.sh checkpoint
conf/*.cmd conf/*.cmd
conf/*.properties
conf/*.conf conf/*.conf
conf/*.properties
conf/*.sh
conf/*.xml conf/*.xml
conf/java-opts
conf/slaves conf/slaves
dependency-reduced-pom.xml
derby.log
dev/create-release/*final
dev/create-release/*txt
dist/
docs/_site docs/_site
docs/api docs/api
target/
reports/
.project
.classpath
.scala_dependencies
lib_managed/ lib_managed/
src_managed/ lint-r-report.log
log/
logs/
out/
project/boot/ project/boot/
project/plugins/project/build.properties
project/build/target/ project/build/target/
project/plugins/target/
project/plugins/lib_managed/ project/plugins/lib_managed/
project/plugins/project/build.properties
project/plugins/src_managed/ project/plugins/src_managed/
logs/ project/plugins/target/
log/ python/lib/pyspark.zip
reports/
scalastyle-on-compile.generated.xml
scalastyle-output.xml
scalastyle.txt
spark-*-bin-*.tgz
spark-tests.log spark-tests.log
src_managed/
streaming-tests.log streaming-tests.log
dependency-reduced-pom.xml target/
.ensime
.ensime_cache/
.ensime_lucene
checkpoint
derby.log
dist/
dev/create-release/*txt
dev/create-release/*final
spark-*-bin-*.tgz
unit-tests.log unit-tests.log
/lib/ work/
scalastyle.txt
scalastyle-output.xml
R-unit-tests.log
R/unit-tests.out
python/lib/pyspark.zip
lint-r-report.log
# For Hive # For Hive
metastore_db/
metastore/
warehouse/
TempStatsStore/ TempStatsStore/
metastore/
metastore_db/
sql/hive-thriftserver/test_warehouses sql/hive-thriftserver/test_warehouses
warehouse/
# For R session data # For R session data
.RHistory
.RData .RData
.RHistory
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment