From bd004bb9c7a51ef7bba571c4c0c34da14e18a18f Mon Sep 17 00:00:00 2001 From: gunboy001 Date: Thu, 21 Nov 2019 22:48:47 +0100 Subject: [PATCH] stuff --- .gitignore | 3 ++- README.md | 5 +---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c7180d3..01b8e57 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ ste dbg hello ste.c.* -*.bak \ No newline at end of file +*.bak +.sconsign* \ No newline at end of file diff --git a/README.md b/README.md index 9309d83..10373aa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,4 @@ ste is a simple terminal editor partly inspired by micro features include * easy to lookaround the code -ste is written purely in C using ncurses and the gperftools' tcmalloc which makes things way faster given the amount of malloc calls required. - - -also do what the fuck you want with it. \ No newline at end of file +basically how you'd want nano to be if it actually had sane defauts \ No newline at end of file