aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-20 04:29:44 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-20 04:31:42 +0100
commitf96be9ba455b0a71562e732664717b507b4bd548 (patch)
tree57e2b6af2ec09d4daa9c67334e15b834b1cd7338
parent6a0f42bafdf8b17d24871a1da836dd12a107cf24 (diff)
downloadlibft-f96be9ba455b0a71562e732664717b507b4bd548.tar.gz
libft-f96be9ba455b0a71562e732664717b507b4bd548.tar.bz2
libft-f96be9ba455b0a71562e732664717b507b4bd548.zip
Update README.md
-rw-r--r--.gitignore3
-rw-r--r--README.md6
2 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 56fd0f2..e240581 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
-a.out
*.o
*.so
*.a
+*.ghc
+a.out
main.c
diff --git a/README.md b/README.md
index e930431..9fe84d4 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,7 @@
# libft
+
+The state of this repo when I pass can be checked with the [raw](http://github.com/HappyTramp/libft/tree/raw) tag.
+
+I have both the pre 2019 and current functions. There is also my [get\_nex\_line](http://github.com/HappyTramp/get_next_line) in the mix.
+
+The [rendu](http://github.com/HappyTramp/libft/tree/rendu) branch is the one I use for my other projects, it doesnt contain .gitignore, README.md and subjects.