mirror of https://github.com/apache/cassandra
82 lines
1.2 KiB
Plaintext
82 lines
1.2 KiB
Plaintext
.gitignore
|
|
|
|
# C*
|
|
build
|
|
build/
|
|
src/gen-java/
|
|
src/resources/org/apache/cassandra/config/
|
|
logs/
|
|
data/
|
|
conf/hotspot_compiler
|
|
doc/cql3/CQL.html
|
|
doc/build/
|
|
pylib/src/
|
|
lib/
|
|
|
|
# C* debs
|
|
build-stamp
|
|
build.properties
|
|
debian/cassandra*debhelper*
|
|
debian/cassandra*.substvars
|
|
debian/cassandra/
|
|
debian/cassandra-tools/
|
|
debian/files
|
|
|
|
# gitignore doesn't help with modified files - you may wish to:
|
|
# git update-index --assume-unchanged test/data/serialization/2.0/db.RowMutation.bin
|
|
# to undo:
|
|
# git update-index --no-assume-unchanged test/data/serialization/2.0/db.RowMutation.bin
|
|
|
|
# IntelliJ
|
|
.idea/
|
|
*.eml
|
|
**/*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# Eclipse
|
|
.classpath
|
|
.project
|
|
.metadata
|
|
.settings/
|
|
local.properties
|
|
|
|
# Cscope
|
|
cscope.*
|
|
|
|
# NetBeans
|
|
nbbuild/
|
|
nbdist/
|
|
nbproject/
|
|
nb-configuration.xml
|
|
nbactions.xml
|
|
|
|
# Maven, etc.
|
|
out/
|
|
target/
|
|
|
|
# General
|
|
**/__pycache__
|
|
*.pyc
|
|
*~
|
|
*.bak
|
|
*.sw[o,p]
|
|
*.tmp
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
/.ant-targets-build.xml
|
|
.ant_targets
|
|
|
|
# Generated files from the documentation
|
|
doc/modules/cassandra/pages/configuration/cass_yaml_file.adoc
|
|
doc/modules/cassandra/pages/tools/nodetool/
|
|
doc/modules/cassandra/examples/TEXT/NODETOOL/
|
|
|
|
# Python virtual environment
|
|
venv/
|
|
|
|
# build-scripts will put cassandra-builds and cassandra-dtest into the directory
|
|
cassandra-builds/
|
|
cassandra-dtest/
|