diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-09-02 16:57:47 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-09-02 16:57:47 -0400 |
commit | 5a8d69ea869636e29807955d621fa45d8a21a8d8 (patch) | |
tree | b3cceba43120ce5871ada08f78ea9fc086c4843e /.gitignore | |
parent | 39ecba0032be794a1f4d66f61e09e4910270330f (diff) |
flesh out skeleton of process
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f5d6d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +cc +c89 +c99 +lint +cflow +ctags +*.o +trigraph.c +*.tab.c +*.tab.h |