lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 26 Apr 2012 15:43:10 +0900
From:	Namhyung Kim <namhyung.kim@....com>
To:	Jiri Kosina <trivial@...nel.org>
Cc:	Namhyung Kim <namhyung@...il.com>, Michal Marek <mmarek@...e.cz>,
	Sam Ravnborg <sam@...nborg.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] .gitignore: Ingore rejected patch results

Let git ignores *.rej files created when patch failed.

Signed-off-by: Namhyung Kim <namhyung.kim@....com>
---
 .gitignore |    1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 57af07cf7e68..455244dabb99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -82,5 +82,6 @@ GSYMS
 GTAGS
 
 *.orig
+*.rej
 *~
 \#*#
-- 
1.7.10

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ