1 Jun 2009 03:11
[PATCH] gitignore: Ignore additional auto-generated file
Andrew Kroeger <andrew <at> id10ts.net>
2009-06-01 01:11:23 GMT
2009-06-01 01:11:23 GMT
All: Please find attached a patch to ignore the new auto0generated file source4/torture/libnetapi/proto.h. Sincerely, Andrew Kroeger
>From 7c5024f8b3a14af7f595ea7a7ce510d1b35ed174 Mon Sep 17 00:00:00 2001 From: Andrew Kroeger <andrew <at> id10ts.net> Date: Sun, 31 May 2009 19:36:55 -0500 Subject: [PATCH] gitignore: Ignore additional auto-generated file --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 5d18b2d..168c9bf 100644 --- a/.gitignore +++ b/.gitignore <at> <at> -282,6 +282,7 <at> <at> source4/torture/basic/proto.h source4/torture/ldap/proto.h source4/torture/ldb/proto.h source4/torture/libnet/proto.h +source4/torture/libnetapi/proto.h source4/torture/local/proto.h source4/torture/nbench/proto.h source4/torture/nbt/proto.h(Continue reading)
Cheers, Tridge
RSS Feed