mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 17:43:52 +01:00
Exclude lib64 from git whether folder or symlink
Sometimes lib64 is a symlink to lib/; the previous `lib64/' entry didn't catch this.
This commit is contained in:
parent
3c7853712f
commit
4e30699aa7
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -29,7 +29,7 @@ downloads/
|
|||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
lib64
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
|
|
|
|||
Loading…
Reference in a new issue