mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
Add *.orig to .bzrignore
Applying patches often creates *.orig files, and those files are quite annoying in the "bzr status" output and also in the "unknown" file list when commiting. Note: I intentionally don't want to add *.rej files - while those files should never end up in bzr, they are important enough to be listed in bzr status output. Acked-by: Steve Beattie <steve@nxnw.org>
This commit is contained in:
parent
033a35b7d7
commit
e68d2c70df
1 changed files with 1 additions and 0 deletions
|
@ -167,3 +167,4 @@ tests/regression/apparmor/unlink
|
|||
tests/regression/apparmor/xattrs
|
||||
tests/regression/apparmor/coredump
|
||||
**/__pycache__/
|
||||
*.orig
|
||||
|
|
Loading…
Add table
Reference in a new issue