racket/.gitignore
2011-08-06 21:00:53 -04:00

29 lines
418 B
Plaintext

# these directories are generated by the build
/bin/
/include/
/lib/
# Windows and OSX executables
/*.app
/*.exe
# Windows linking and debugging
/*.pdb
/*.ilk
/GRacket.exe.manifest
/Racket.exe.manifest
# a common convenient place to set the PLTADDON directory to
/add-on/
# location for cached DrDr report files
/house-calls/
# common backups, autosaves, lock files, OS meta-files
*~
\#*
.#*
.DS_Store
*.bak
TAGS