diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-05-25 22:20:52 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-05-25 22:20:52 -0400 |
commit | cc9b49d62faff2ffb11d6e32c96b53a1d2b221c1 (patch) | |
tree | 9a52c86a03fae4dc4690445c7c60c194d9f03bdb /.gitignore | |
download | gb-c-cc9b49d62faff2ffb11d6e32c96b53a1d2b221c1.tar.bz2 gb-c-cc9b49d62faff2ffb11d6e32c96b53a1d2b221c1.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf4fe8f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +gb.c +gb.o |