From db34982fdd84bf9b336f00207a1060f68b7d3ee3 Mon Sep 17 00:00:00 2001 From: John Glover Date: Wed, 12 Sep 2012 20:19:29 +0200 Subject: [gitignore] Ignore .aiff and .sdif files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9e27ca7..14e5e76 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ Icon? Thumbs.db *.swp *.wav +*.aiff +*.sdif # Distutils/pip files build -- cgit v1.2.3