gitignore
This commit is contained in:
@@ -100,6 +100,7 @@ dkms.conf
|
|||||||
# ---> Java
|
# ---> Java
|
||||||
# Compiled class file
|
# Compiled class file
|
||||||
*.class
|
*.class
|
||||||
|
out/
|
||||||
|
|
||||||
# Log file
|
# Log file
|
||||||
*.log
|
*.log
|
||||||
@@ -122,3 +123,9 @@ dkms.conf
|
|||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
|
|
||||||
|
# source code provided by professor
|
||||||
|
didacticalSources/
|
||||||
|
|
||||||
|
# idea
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user