From: Konstantinos Margaritis Date: Thu, 7 Sep 2023 17:50:00 +0000 (+0000) Subject: add .gitignore files X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bbdaca6d978dbe86faa21b501a8e4a7e8e7c6bff;p=openpower-isa.git add .gitignore files --- diff --git a/crypto/chacha20/.gitignore b/crypto/chacha20/.gitignore index 1941729c..5a699bcc 100644 --- a/crypto/chacha20/.gitignore +++ b/crypto/chacha20/.gitignore @@ -2,3 +2,4 @@ *.elf *.bin *.out +test-chacha20 diff --git a/media/pypowersim_wrapper/.gitignore b/media/pypowersim_wrapper/.gitignore new file mode 100644 index 00000000..c09836a4 --- /dev/null +++ b/media/pypowersim_wrapper/.gitignore @@ -0,0 +1 @@ +pypowersim_wrapper_example diff --git a/media/video/av1/.gitignore b/media/video/av1/.gitignore new file mode 100644 index 00000000..82989759 --- /dev/null +++ b/media/video/av1/.gitignore @@ -0,0 +1 @@ +dav1d_svp64_test diff --git a/media/video/libvpx/.gitignore b/media/video/libvpx/.gitignore new file mode 100644 index 00000000..5380e868 --- /dev/null +++ b/media/video/libvpx/.gitignore @@ -0,0 +1,2 @@ +vp8_dct_test +*.out