commit 8f0277fb953814bafda5f846041f37591d2d22af Author: xena Date: Sat Jul 9 20:32:17 2016 -0400 initial commit 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