automated terminal push
This commit is contained in:
32
.gitignore
vendored
32
.gitignore
vendored
@@ -1,15 +1,27 @@
|
||||
# ---> Linux
|
||||
*~
|
||||
# ---> Java
|
||||
# Compiled class file
|
||||
*.class
|
||||
|
||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
||||
.fuse_hidden*
|
||||
# Log file
|
||||
*.log
|
||||
|
||||
# KDE directory preferences
|
||||
.directory
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
|
||||
# Linux trash folder which might appear on any partition or disk
|
||||
.Trash-*
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
# .nfs files are created when an open file is removed but is still being accessed
|
||||
.nfs*
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.nar
|
||||
*.ear
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
/target/
|
||||
|
||||
Reference in New Issue
Block a user