Files
core-build/.gitignore
Chris Torek eaa51487cf add magic and defaults for reference clones
If ${BUILD_ROOT}/.git-ref-path exists, set $GIT_REF_PATH
to its contents.  Otherwise default to looking in /build/gitrefs
(feel free to adjust this default).

While we're at it, ignore .git-ref-path and .profile-setting
files since they are per-build-tree and should never be
commited to this repository.
2016-03-24 23:33:11 -07:00

49 lines
612 B
Plaintext

### SublimeText ###
*.sublime-workspace
### PyCharm ###
.idea
### OSX ###
.DS_Store
.AppleDouble
.LSOverride
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### Windows ###
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Python files
*.pyc
### PROJECT SETTINGS ###
_BE/
.profile-setting
.git-ref-path
# Exlude compiled Sphinx docs
/docs/*/_build/
# Any and all logs
*.log