summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-20 21:25:57 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-20 21:25:57 +0400
commite028ac4b464d73f6afee1727d68cedc4e3ed24d5 (patch)
treee93a7ef7898fed8928c24896175c7cafd46d6bb2 /.gitignore
parent3325e02fa3a75878ad6f5519d88396e2cbaa3887 (diff)
~ merge mmap-fixed package into bittorrent.
reason: mmap-fixed is pretty useless out of scope of bittorrent, at least i don't think that it'll be used some time that way. Moreover we can hide some internal stuff and simplify interface and simplify user code. Using mmap-fixed we can provide Storage datatype with all necessary operations needed to keep torrent content in memory of FS. Also that seems pretty annoying to merge this 2 repos into one using git merge(there are not so many stuff anyway), so I just did that manually. :<
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7a0c156b..b662ed9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
1dist 1dist
2cabal-dev 2cabal-dev
3tmp
3*.aux 4*.aux
4*.eventlog 5*.eventlog
5*.hp 6*.hp