From 60eedd8ee2914fc18ecc26730b17fccb73d0eaf8 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 15 Nov 2018 16:26:40 -0800 Subject: [PATCH] ignore this --- xenomorph/.gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 xenomorph/.gitignore diff --git a/xenomorph/.gitignore b/xenomorph/.gitignore new file mode 100644 index 00000000..24a6928b --- /dev/null +++ b/xenomorph/.gitignore @@ -0,0 +1,20 @@ +# for Racket +compiled/ +*~ + +# for Mac OS X +.DS_Store +.AppleDouble +.LSOverride +Icon + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes +doc/* +scribblings/*.css +scribblings/*.js +scribblings/*.html \ No newline at end of file