diff options
author | Michael Thompson <what_is_it_to_do_anything@yahoo.com> | 2013-10-04 19:10:26 -0700 |
---|---|---|
committer | Michael Thompson <what_is_it_to_do_anything@yahoo.com> | 2013-10-04 19:10:26 -0700 |
commit | f33dd2aba8b118404988e536381ab0c4f61281fb (patch) | |
tree | 6cc0f381af05a84969e41e9195feb940ab640970 | |
download | text-pipes-f33dd2aba8b118404988e536381ab0c4f61281fb.tar.gz text-pipes-f33dd2aba8b118404988e536381ab0c4f61281fb.tar.zst text-pipes-f33dd2aba8b118404988e536381ab0c4f61281fb.zip |
Initial commit
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..477a353 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,7 @@ | |||
1 | dist | ||
2 | cabal-dev | ||
3 | *.o | ||
4 | *.hi | ||
5 | *.chi | ||
6 | *.chs.h | ||
7 | .virthualenv | ||
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1d49fed --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,4 @@ | |||
1 | text-pipes | ||
2 | ========== | ||
3 | |||
4 | Text pipes | ||