From 38537b052b24e58fc7ef8823487d7e520f7e4c09 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Sat, 24 Oct 2015 14:50:59 -0700 Subject: Convert pikachu cries to .wav files, and process .wav files into .pcm files at compile-time. Update pret --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 87145a25..faf283c7 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,9 @@ *.1bpp *.pic +# converted audio data +*.pcm + # swap files for vim .*.swp @@ -53,4 +56,4 @@ replace.sh .lvimrc # extras is a submodule, don't include -extras/ \ No newline at end of file +extras/ -- cgit v1.3.1-sl0p