mirror of
https://github.com/truenas/core-build.git
synced 2026-02-15 07:36:18 +00:00
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.
49 lines
612 B
Plaintext
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
|
|
|