Skip to content

Commit 97b09c5

Browse files
Ranga Rao KaranamRanga Rao Karanam
Ranga Rao Karanam
authored and
Ranga Rao Karanam
committed
I'm too lazy to put in a comment
1 parent 0bd29b3 commit 97b09c5

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

.gitignore

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
1-
.settings
2-
target
1+
# Compiled class file
32
*.class
43

4+
# Log file
5+
*.log
6+
7+
# BlueJ files
8+
*.ctxt
9+
510
# Mobile Tools for Java (J2ME)
611
.mtj.tmp/
712

813
# Package Files #
914
*.jar
1015
*.war
1116
*.ear
17+
*.zip
18+
*.tar.gz
19+
*.rar
20+
*.cmd
21+
*.classpath
22+
*.settings
23+
*.project
24+
*.mvn
25+
mvnw
26+
target
27+
*.DS_Store
1228

1329
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1430
hs_err_pid*
15-
*.DS_Store

0 commit comments

Comments
 (0)