dotfiles/gitignore

56 lines
433 B
Plaintext
Executable File

.DS_Store
Thumbs.db
._*
build/*
pkg/*
.svn
*.pbxuser
*.move1v3
*~
log/*
tmp/**/*
# use glob syntax.
syntax: glob
*.ser
*.class
*~
*.bak
*.off
*.old
.DS_Store
# logs
derby.log
# eclipse conf file
.settings
.classpath
.project
.manager
# building
target
build
null
tmp*
temp*
dist
test-output
# other scm
.svn
.CVS
.hg*
# switch to regexp syntax.
# syntax: regexp
# ^\.pc/
# IntelliJ
*.iml
*.ipr
*.iws
# Rubymine
.idea