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