30 lines
425 B
Plaintext
30 lines
425 B
Plaintext
# these directories are generated by the build
|
|
/bin/
|
|
/include/
|
|
/lib/
|
|
|
|
# Windows and OSX executables
|
|
/*.app
|
|
/*.exe
|
|
|
|
# Windows linking and debugging
|
|
/*.pdb
|
|
/*.ilk
|
|
/*.suo
|
|
/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
|