# ignore project files #
.classpath
.project
.settings/
*.~java
*~
*.bak
*.patch
*.versionsBackup

# ignore target files #
target/
bin/
build/
dist/
apidoc/
/dbbuilder/output
bridgedb-*.zip
bridgedb-*.gz

# ignore log files #
*/TEST*.xml
*.log
/logs/*
*/logs/*

# generated checkstyle warnings
/org.bridgedb/warnings.txt

# ignore temporary files
gdb.config

#DO NOT IGNORE 
#src-axis   #While these are autogenerated removing them will break offline builds.
