Hello, this patch adds *.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. [ bzrignore-orig.diff ] === modified file '.bzrignore' --- .bzrignore 2015-04-27 19:38:56 +0000 +++ .bzrignore 2015-06-06 16:14:26 +0000 @@ -167,3 +167,4 @@ tests/regression/apparmor/xattrs tests/regression/apparmor/coredump **/__pycache__/ +*.orig Regards, Christian Boltz -- > Wenn Du so willst... make RM="rm -rf /" clean > Bin ich dann für die gelöschte Festplatte verantwortlich? ;-) Du hast gerade erkannt, warum es vorteilhaft sein kann, keine Shell/ Make-Variablen zu verwenden und Dinge stattdessen hart zu codieren ;-) [> Christian Boltz und Ralf Corsepius in suse-programming] -- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
