jadb/.gitignore

66 lines
780 B
Plaintext
Raw Normal View History

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