racket/.gitignore

33 lines
501 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/
# a common convenient place to set the PLTCOMPILEDROOTS directory to
/zos/
# location for cached DrDr report files
/house-calls/
# common backups, autosaves, lock files, OS meta-files
*~
\#*
.#*
.DS_Store
*.bak
TAGS