diff options
author | John Ankarström <john@ankarstrom.se> | 2022-06-10 18:03:44 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-06-10 18:03:44 +0200 |
commit | 392fc74a77b94cc78e9bfe349dcdfa0ab8fc8f5c (patch) | |
tree | b8c2a2ad562958ee21751437938194c9aa62584c /.gitignore | |
download | lightroff-392fc74a77b94cc78e9bfe349dcdfa0ab8fc8f5c.tar.gz |
Simple lex implementation.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f22fb6c --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*~ +lex.yy.c +xroff +xroff.exe +*.pdf +*.ps |