www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ba9948bdd399b75a349216f505da5f5dea5a2fa6
parent 6e98d0a8ac14209d52dd6240484cd075da98618b
Author: Sam Tobin-Hochstadt <samth@cs.indiana.edu>
Date:   Sat,  6 Dec 2014 17:46:32 -0500

Add standard .gitignore file.
Diffstat:
A.gitignore | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,10 @@ +# Racket compiled files +compiled/ + +# common backups, autosaves, lock files, OS meta-files +*~ +\#* +.#* +.DS_Store +*.bak +TAGS