aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJames Barnett <james.barnett@fivium.co.uk>2020-04-10 13:11:07 +0100
committerGitHub <noreply@github.com>2020-04-10 13:11:07 +0100
commitd5a608143ad2250d8b35b9e4a488d39faaf5a021 (patch)
tree2c00848a57db7d634a7adc92d40c64d4212dbc07 /.gitignore
downloadreddit-lite-d5a608143ad2250d8b35b9e4a488d39faaf5a021.tar.xz
reddit-lite-d5a608143ad2250d8b35b9e4a488d39faaf5a021.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a1c2a23
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,23 @@
+# Compiled class file
+*.class
+
+# Log file
+*.log
+
+# BlueJ files
+*.ctxt
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files #
+*.jar
+*.war
+*.nar
+*.ear
+*.zip
+*.tar.gz
+*.rar
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*