From abb4271ad1d3d593832a3209803552c9659d14ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Sun, 11 Jan 2015 18:04:16 +0100 Subject: [PATCH] Add .*.orig to .gitignore People and tools sometimes accidentally commit these, let's make it more difficult to do. Change-Id: I05574d46186642940054aaecec055723c7ade8ac --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 550f017269..6fff078226 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ .project cscope.files cscope.out +.*.orig ## NetBeans nbproject* project.index -- 2.20.1