From 466b7a396e828a318f0b2d32f71c1ecb58c34c3e Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Thu, 21 Feb 2013 17:38:27 +0100
Subject: [PATCH] Fix Curl/Internal.hs not being in gitignore

This is an autogenerated file, so it has to go into gitignore, thanks
Michael!

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index b4e115c80..e5dfc2e0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -125,5 +125,6 @@
 
 # automatically-built Haskell files
 /src/Ganeti/Constants.hs
+/src/Ganeti/Curl/Internal.hs
 /src/Ganeti/Version.hs
 /test/hs/Test/Ganeti/TestImports.hs
-- 
GitLab