diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-09-08 19:47:26 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-09-08 19:47:26 -0400 |
commit | 7aa1bdb294aa7cb8dcceb8caf647e28776d13b05 (patch) | |
tree | 8ae92b26656286b5cab38ec16f7498f88dab0bf2 | |
parent | 50f10338c2da673528c25b5cd6d7c91f08d182b3 (diff) |
remove lex and yacc output
-rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,10 +1,9 @@ cc c89 c99 +c11 +c18 lint cflow ctags *.o -trigraph.c -*.tab.c -*.tab.h |