From 09f7f9ed3de4b4b633dc594da9a6240183e2b766 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 26 Sep 2014 21:32:16 -0700 Subject: [PATCH] update gitignore --- csp/.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 csp/.gitignore diff --git a/csp/.gitignore b/csp/.gitignore new file mode 100644 index 00000000..1a57f7de --- /dev/null +++ b/csp/.gitignore @@ -0,0 +1,17 @@ +*.pyc + +# for Racket +compiled/ + +# for Mac OS X +.DS_Store +.AppleDouble +.LSOverride +Icon + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes