From 63aeb7ef70211bba16ad21c3f19a54a07c2c9c5c Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Thu, 2 Jul 2020 12:27:36 -0700 Subject: [PATCH] Ignore example executables. Stop these clutting the `git status` output. Signed-off-by: Mark Harris --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 7e3c7ea..27ec90e 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,11 @@ vorbisfile-uninstalled.pc vorbisfile.pc doc/Doxyfile doc/doxygen-build.stamp +examples/chaining_example +examples/decoder_example +examples/encoder_example +examples/seeking_example +examples/vorbisfile_example lib/test_sharedbook test/test -- 2.7.4