52 lines
587 B
Plaintext
52 lines
587 B
Plaintext
# generic files to ignore
|
|
.*
|
|
|
|
# python temp paths
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# editors
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
*#
|
|
*.bak
|
|
|
|
# ms-windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# OSX
|
|
.DS_storage
|
|
|
|
# local patches
|
|
/*.patch
|
|
/*.diff
|
|
|
|
# Buildbot specific files
|
|
http.log*
|
|
master_private.py
|
|
twistd.log*
|
|
linux_glibc211_x86_64_scons/
|
|
gitpoller-work/
|
|
node_modules/
|
|
uploaded/
|
|
*.sqlite-shm
|
|
*.sqlite-wal
|
|
*.pid
|
|
*.map
|
|
state.sqlite
|
|
master.cfg.sample
|
|
|
|
# Builders
|
|
workers
|
|
linux_glibc219_i686_cmake
|
|
linux_glibc219_x86_64_cmake
|
|
mac_x86_64_10_6_cmake
|
|
win32_cmake_vc2013
|
|
win32_cmake_vc2015
|
|
win64_cmake_vc2013
|
|
win64_cmake_vc2015
|
|
|