diff mbox

[ovs-dev] debian: Exclude 'control' from .gitignore

Message ID 1460525841-9416-1-git-send-email-shmulik.ladkani@ravellosystems.com
State Rejected
Headers show

Commit Message

Shmulik Ladkani April 13, 2016, 5:37 a.m. UTC
debian/control is git controlled, no reason for it to be in the git
ignore list.

Signed-off-by: Shmulik Ladkani <shmulik.ladkani@ravellosystems.com>
---
 debian/.gitignore | 1 -
 1 file changed, 1 deletion(-)

Comments

Shmulik Ladkani April 13, 2016, 11:09 a.m. UTC | #1
Hi,

On Wed, 13 Apr 2016 08:37:21 +0300, shmulik.ladkani@ravellosystems.com wrote:
> debian/control is git controlled, no reason for it to be in the git
> ignore list.

Please ignore; Seems debian/control gets over-written when building
openvswitch-datapath-module using debian/rules.modules.
diff mbox

Patch

diff --git a/debian/.gitignore b/debian/.gitignore
index 2a509ca..594836a 100644
--- a/debian/.gitignore
+++ b/debian/.gitignore
@@ -1,7 +1,6 @@ 
 *.debhelper
 *.debhelper.log
 *.substvars
-/control
 /copyright
 /files
 /nicira-switch