jadb/.gitignore
Samuel Carlsson be4fa2279c Refactor: Putting test output in out/ directory.
To avoid cluttering the repo root.
2016-07-25 18:51:24 +02:00

66 lines
780 B
Plaintext

################
# IntelliJ #
################
/.idea/workspace.xml
/.idea/tasks.xml
#############
# Maven #
#############
.idea/workspace.xml
.idea/libraries
out/
target/
#################
## Eclipse
#################
*.pydevproject
#.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
#.classpath
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
#####################
## Windows detritus #
#####################
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
#################
## Mac detritus #
#################
.DS_Store