summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorManuel Amago <mamago@gmail.com>2019-09-08 05:44:02 +0100
committerManuel Amago <mamago@gmail.com>2019-09-08 05:44:02 +0100
commit980b7c9fa9a88f7ee3881a4a3c65015da068eb2c (patch)
treebbae578e550e5f5e495a6d656dda4a2880a6f5de /.gitignore
downloadlogging-980b7c9fa9a88f7ee3881a4a3c65015da068eb2c.tar.gz
logging-980b7c9fa9a88f7ee3881a4a3c65015da068eb2c.zip
Initial cut of zero GC logging lib
Cheated by not offloading to async thread yet
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore32
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6873309
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,32 @@
+target
+prop
+out
+
+# OS X
+.DS_Store
+
+# intellij
+.idea
+*.iml
+
+# eclipse
+.project
+.classpath
+.settings
+
+# editors
+*.sublime-project
+*.sublime-workspace
+*~
+
+# the build
+build-local.properties
+.gradle
+build
+
+# Benchmark timings
+timings.log
+
+# JVM crash reports
+hs_err_pid*
+/bin/