mirror of
https://github.com/Homebrew/brew.git
synced 2026-08-12 22:29:27 +04:00
gitignore: ignore tmp files.
We ignore some specific ones but various tools dump various other tmp files that we'll never want to commit.
This commit is contained in:
+3
-2
@@ -17,7 +17,6 @@
|
||||
/Library/Homebrew/test/coverage
|
||||
/Library/Homebrew/test/junit
|
||||
/Library/Homebrew/test/fs_leak_log
|
||||
/Library/Homebrew/tmp/test_prof
|
||||
/Library/Homebrew/vendor/portable-ruby
|
||||
/Library/Taps
|
||||
/Library/PinnedTaps
|
||||
@@ -176,7 +175,6 @@
|
||||
# Ignore generated documentation site
|
||||
/docs/_site
|
||||
/docs/.jekyll-metadata
|
||||
/docs/tmp/.htmlproofer
|
||||
/docs/vendor
|
||||
/docs/Gemfile.lock
|
||||
/docs/rubydoc
|
||||
@@ -211,3 +209,6 @@
|
||||
|
||||
# Ignore local AI configuration
|
||||
/.claude/settings.local.json
|
||||
|
||||
# Ignore tmp files
|
||||
**/tmp/
|
||||
|
||||
Reference in New Issue
Block a user