From e68d2c70df63eb6290dce0e41939cda49c0ad139 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 8 Jun 2015 22:23:51 +0200 Subject: [PATCH] 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 --- .bzrignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.bzrignore b/.bzrignore index 94a209b86..05b4d442a 100644 --- a/.bzrignore +++ b/.bzrignore @@ -167,3 +167,4 @@ tests/regression/apparmor/unlink tests/regression/apparmor/xattrs tests/regression/apparmor/coredump **/__pycache__/ +*.orig