aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-10-19 16:27:29 +0200
committerCharles <sircharlesaze@gmail.com>2019-10-19 16:27:29 +0200
commita407fe611354d71330fc352fbc2a9fe268b4104f (patch)
tree21433e38b4f7d3da066f94b53eee265af969a9d6 /.gitignore
parente0abc6358c4cacc840ac8b3a9a92900f8ce49f0a (diff)
downloadget_next_line-a407fe611354d71330fc352fbc2a9fe268b4104f.tar.gz
get_next_line-a407fe611354d71330fc352fbc2a9fe268b4104f.tar.bz2
get_next_line-a407fe611354d71330fc352fbc2a9fe268b4104f.zip
Removed dynamic rest
Because if user doesnt read a file until the end, this would cause memory leak. All moulitest tests pass except for large file with certain buffer sizes greater than the line len and smaller than the file len.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9bfa054..818f671 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,12 @@
a.out
get_next_line
*.ghc
+t1
+t2
+testrand
+testnl
test
test2
test3
*.dSYM
+