31 lines
370 B
Plaintext
31 lines
370 B
Plaintext
# ### Project specific ###
|
|
syntax: regexp
|
|
.git/
|
|
privat/
|
|
|
|
# ### Project independed ###
|
|
syntax: glob
|
|
|
|
# Mercurial
|
|
*.orig
|
|
|
|
# Maven
|
|
release.properties
|
|
target/
|
|
|
|
# IntelliJ IDEA
|
|
.idea/
|
|
*.iml
|
|
|
|
# Temporary files used by the vim editor.
|
|
.*.swp
|
|
# Backup files left behind by the Emacs editor.
|
|
*~
|
|
# Lock files used by the Emacs editor.
|
|
.\#*
|
|
|
|
# Random OS stuff
|
|
.DS_Store
|
|
Thumbs.db
|
|
|