racket/.gitignore
2010-04-28 21:08:45 -04:00

18 lines
262 B
Plaintext

# these directories are generated by the build
/bin/
/include/
/lib/
# Windows and OSX executables
/*.app
/*.exe
# a common convenient place to set the PLTADDON directory to
/add-on/
# common backups, autosaves, lock files, OS meta-files
*~
\#*
.#*
.DS_Store