aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-06-13 21:35:44 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2018-06-13 21:35:44 +0100
commit1d66a2c79cf98970ee80cbb1fe4262fa95c885dd (patch)
tree6733e9b2889eb0542867925f330da1c6583e22b5 /.gitignore
downloadKGB-1d66a2c79cf98970ee80cbb1fe4262fa95c885dd.tar.xz
KGB-1d66a2c79cf98970ee80cbb1fe4262fa95c885dd.zip
Initial files. Implement basic registers.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fae5b6b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,27 @@
+# Java
+*.class
+*.jar
+*.war
+*.ear
+
+# Idea
+.idea
+*.iml
+*.iws
+*.ipr
+
+# Gradle
+.gradle
+!gradle-wrapper.jar
+
+# Build
+out
+build
+bin
+
+# Other
+*.log
+*.swp
+*.bak
+
+src/main/kotlin/Scratch.kt \ No newline at end of file