diff options
author | qinxialei <xialeiqin@gmail.com> | 2020-10-29 09:38:08 +0800 |
---|---|---|
committer | qinxialei <xialeiqin@gmail.com> | 2020-10-29 09:38:08 +0800 |
commit | 4eb6d7873ba9e7b23a44f41cc3abb9326effcaf4 (patch) | |
tree | 5fa44533836e8c26b71dd5c6f1bb77226ef76501 /.gitignore | |
download | libgav1-4eb6d7873ba9e7b23a44f41cc3abb9326effcaf4.tar.gz libgav1-4eb6d7873ba9e7b23a44f41cc3abb9326effcaf4.tar.bz2 libgav1-4eb6d7873ba9e7b23a44f41cc3abb9326effcaf4.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..87ccf24 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/build +/third_party |