From 140c0476c6ad7db845c15b74da3b558701a78ede Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 5 Apr 2020 13:55:33 -0700 Subject: [PATCH] ignore --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..24a6928 --- /dev/null +++ b/.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