aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.