diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2016-10-01 13:29:41 -0400 |
---|---|---|
committer | Taylor Holberton <taylorcholberton@gmail.com> | 2016-10-01 13:29:41 -0400 |
commit | eacdd08f6321e9c5a830632c77d68c2706b0e800 (patch) | |
tree | d30e6b1ed975d8e0238a79fc1cb9423bd50ccbc9 | |
parent | 582fce5f72b72b0425a623a53f5a070feeeae904 (diff) |
Added .gitignore file
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e9498d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +doyxgen/html +doxygen/man + +*.o +*.so +*.a +utils/tinyplay +utils/tinycap +utils/tinymix +utils/tinypcminfo + |