Browse Source

Initial commit

David Ginzberg 7 years ago
commit
e4ead7acc8
2 changed files with 14 additions and 0 deletions
  1. 12
    0
      .gitignore
  2. 2
    0
      README.md

+ 12
- 0
.gitignore View File

1
+*.class
2
+
3
+# Mobile Tools for Java (J2ME)
4
+.mtj.tmp/
5
+
6
+# Package Files #
7
+*.jar
8
+*.war
9
+*.ear
10
+
11
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12
+hs_err_pid*

+ 2
- 0
README.md View File

1
+# Generics
2
+Repository for Generics labs