18 lines
262 B
Plaintext
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
|