From 9594210f02572681ed581c5197ace4c207db0917 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 8 Nov 2021 16:37:57 +0800 Subject: initial commit Now the rough framework is established and the grammar class is sort of ready. It remains to write a general input reading mechanism. --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..53e486c --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +exercises/* +references/* +build-aux/* +autom4te.cache/* +aclocal.m4 +Makefile +Makefile.in +config.log +config.status +configure~ +src/.deps/* +src/*.a +src/*.o +src/stamp-h1 +src/config.h.in +src/config.h.in~ +src/test/.dirstamp +src/TAGS +src/check* +src/test-suite.log +src/test/.dirstamp +src/test/*.o +src/test/.deps/* + -- cgit v1.2.3-18-g5258