diff options
| author | mansimarkaur | 2017-06-15 02:45:45 +0530 |
|---|---|---|
| committer | mansimarkaur | 2017-06-15 02:47:02 +0530 |
| commit | e0358a55ce4b84d50b5879b12cf6fc0ea3a41777 (patch) | |
| tree | 0ad4e976ea817e30c490869344aa4a9f0111aaca /.gitignore | |
| parent | b9cfd2cb58a2f360dadf691dc3eeaf22b694e960 (diff) | |
| download | brew-e0358a55ce4b84d50b5879b12cf6fc0ea3a41777.tar.bz2 | |
Added bin and .npmignore to gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f7770612e..2957e4f79 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ # Ignore generated files within `Library` (again). /Library/Homebrew/**/.bundle /Library/Homebrew/**/vendor/bundle +/Library/Homebrew/bin/ /Library/Homebrew/doc /Library/Homebrew/cask/bin /Library/Homebrew/cask/coverage @@ -18,6 +19,7 @@ /Library/Homebrew/test/coverage /Library/Homebrew/test/fs_leak_log /Library/Homebrew/tmp +/Library/Homebrew/.npmignore /Library/LinkedKegs /Library/Locks /Library/PinnedKegs |
