diff options
author | B Stack <bgstack15@gmail.com> | 2019-08-22 16:41:26 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-08-22 16:41:26 -0400 |
commit | 11eb7e4aa720cae5d1c47190c5805619d09bee11 (patch) | |
tree | b324b97ff81d9838c382fe19dc29c2b4cb6c291c /.gitignore | |
download | cpp-11eb7e4aa720cae5d1c47190c5805619d09bee11.tar.gz cpp-11eb7e4aa720cae5d1c47190c5805619d09bee11.tar.bz2 cpp-11eb7e4aa720cae5d1c47190c5805619d09bee11.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..4c61283 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*/*.o +helloworld |