diff options
author | JSDurand <mmemmew@gmail.com> | 2021-11-08 16:37:57 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-11-08 16:37:57 +0800 |
commit | 9594210f02572681ed581c5197ace4c207db0917 (patch) | |
tree | 08bf1bf079d111c64cf3128dd68323abdce78228 /.gitignore |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
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/* + |