mirror of
https://github.com/gungwald/online.git
synced 2024-10-31 12:04:37 +00:00
28 lines
305 B
Plaintext
28 lines
305 B
Plaintext
# Vim swap files
|
|
.*.swp
|
|
|
|
# Vim backup files
|
|
.*~
|
|
|
|
# Compiled Java
|
|
*.class
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Packaged Java components
|
|
*.war
|
|
*.ear
|
|
|
|
# JVM crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
# C development
|
|
*.exe
|
|
*.o
|
|
Debug/
|
|
Release/
|
|
|
|
# Mac
|
|
.DS_Store
|