a readme
diff --git a/.gitignore b/.gitignore
index e3b4e29..f3cc035 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,8 @@
corpus/
+
+bzip3
+
+libsais.o
+
+main.o
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c1c78dd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+
+# BZip3
+
+A harder, better, faster and stronger spiritual successor to BZip2. Features higher compression ratios and better performance thanks to a order-2 context mixing entropy coder and fast Burrows-Wheeler transform code making use of suffix arrays.
