From 980b7c9fa9a88f7ee3881a4a3c65015da068eb2c Mon Sep 17 00:00:00 2001 From: Manuel Amago Date: Sun, 8 Sep 2019 05:44:02 +0100 Subject: Initial cut of zero GC logging lib Cheated by not offloading to async thread yet --- .gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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/ -- cgit v1.2.1