# -*- mode:conf; -*-

# configuration files
/conf/ext/*
!/conf/core/*.template

# dot files but not .gitignore
.*
!/.gitignore
!/.gitlab-ci.yml

# java keystore
*.jks

# typical build dirs
build/
bin/
target/
_apidoc/
src/doc/development/api/xml/out/
src/doc/_static/api/

# But include server-side scripting
!/scripting/bin

# eclipse stuff
.classpath
.project
.settings

# logfiles
screen*log*
log/

# test files
OUTBOX
ConsistencyTest.xml
testlog/
authtoken/

# python
__pycache__
*~

# Documentation binaries
src/doc/development/api/xml/*.jar


# data directories
CaosDBFileSystem
