Add /userpatches to .gitignore (#1585)
If userpatches is a symlink, then it will not be ignored.
This commit is contained in:
parent
d9e6106c29
commit
b6706ec67a
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,6 +16,7 @@ ubuntu-*-cloudimg-console.log
|
||||
/output/
|
||||
/cache/
|
||||
/*userpatches*/
|
||||
/userpatches
|
||||
|
||||
### General annoyances ###
|
||||
.DS_Store
|
||||
|
||||
Loading…
Reference in New Issue
Block a user