From 9d1b7f22f5d5c2a02fa450e73a24914b700f9bb9 Mon Sep 17 00:00:00 2001 From: Taylor Holberton Date: Sun, 4 Dec 2016 13:17:00 -0800 Subject: Added new ignore patterns Added ignore patterns for files in the new 'examples' directory. The file 'audio.raw' is generated by running pcm-writei. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 19bc7e4..4bbe27c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,11 @@ doxygen/man *.so *.so.* *.a + +examples/audio.raw +examples/pcm-readi +examples/pcm-writei + utils/tinyplay utils/tinycap utils/tinymix -- cgit v1.2.3