diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-07-09 14:20:31 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-07-09 14:20:31 -0400 |
commit | 1a8dc9e7389b5a0626da19339436df389ffad5a7 (patch) | |
tree | af70a3eec5fcf71df561d7b5262eb5cefac9e6e8 /.gitignore | |
parent | 4310752e123b110ab7e13b8c8f2b29eeb83ce7b3 (diff) |
dont have to invoke C compiler separately anymore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,7 @@ toc *~ a.out -out.c +out*.c *.swp vgcore* TAGS @@ -22,3 +22,6 @@ test*.txt c_test toc_test test.c +test2.c +test +test2 |