diff options
| author | Manuel Amago <mamago@gmail.com> | 2019-09-08 05:44:02 +0100 |
|---|---|---|
| committer | Manuel Amago <mamago@gmail.com> | 2019-09-08 05:44:02 +0100 |
| commit | 980b7c9fa9a88f7ee3881a4a3c65015da068eb2c (patch) | |
| tree | bbae578e550e5f5e495a6d656dda4a2880a6f5de /.gitignore | |
| download | logging-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-- | .gitignore | 32 |
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/ |
