From e662f34ef65a3ae94b4216097acc9f0a25611fac Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sun, 11 Oct 2020 12:04:39 -0400 Subject: Eliminate CMake; flatten directory structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CMake is probably more trouble than it’s worth for this project. Replace it with a hand-rolled Ninja file. --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 995babd..723499b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,10 @@ \#* .\#* -# CMake -Debug/ -Release/ - +# Ninja +.ninja_* +*.o +scoville # Local Variables: # mode: conf -- cgit v1.2.3