aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2016-12-04 13:17:00 -0800
committerTaylor Holberton <taylorcholberton@gmail.com>2016-12-04 13:17:00 -0800
commit9d1b7f22f5d5c2a02fa450e73a24914b700f9bb9 (patch)
tree8c229422cda2f33e3a9b207b4979dac8317c3e35
parentf8fc8deaf1641771ec886cedca05f2b0fb51ee54 (diff)
Added new ignore patterns
Added ignore patterns for files in the new 'examples' directory. The file 'audio.raw' is generated by running pcm-writei.
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
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