racket/.gitignore

26 lines
386 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
# 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