summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeonoTRON2000 <geono@thegt.org>2014-04-28 18:55:47 -0700
committerGeonoTRON2000 <geono@thegt.org>2014-04-28 18:55:47 -0700
commitbac5d3e4b95677a90b4ac1fe59c1699eeef2bdc1 (patch)
treec98707442b569f938ffde398e2e7226d0a961d72
downloadshenanigans-bac5d3e4b95677a90b4ac1fe59c1699eeef2bdc1.tar.gz
Initial commit
-rw-r--r--.gitignore12
-rw-r--r--README.md4
2 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..32858aa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+*.class
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files #
+*.jar
+*.war
+*.ear
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b6eedc0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+shenanigans
+===========
+
+A simple programming language written in Java and Scala.