gitignore

This commit is contained in:
sco
2022-05-31 18:25:50 +02:00
parent ab5c3ee991
commit 2bdd73ca3a
+7
View File
@@ -100,6 +100,7 @@ dkms.conf
# ---> Java
# Compiled class file
*.class
out/
# Log file
*.log
@@ -122,3 +123,9 @@ dkms.conf
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# source code provided by professor
didacticalSources/
# idea
.idea/