From 8f0277fb953814bafda5f846041f37591d2d22af Mon Sep 17 00:00:00 2001 From: xena Date: Sat, 9 Jul 2016 20:32:17 -0400 Subject: [PATCH] initial commit --- .gitignore | 44 ++++++++++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 47 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2592af2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,44 @@ +# ---> Go +# Compiled Object files, Static and Dynamic libs (Shared Objects) +*.o +*.a +*.so + +# Folders +_obj +_test + +# Architecture specific extensions/prefixes +*.[568vq] +[568vq].out + +*.cgo1.go +*.cgo2.c +_cgo_defun.c +_cgo_gotypes.go +_cgo_export.* + +_testmain.go + +*.exe +*.test +*.prof + +# ---> Haskell +dist +cabal-dev +*.o +*.hi +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp +.stack-work/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..a156146 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# betterbot-common + +To hack around things being terrible \ No newline at end of file