2014-06-24 21:28:27 +00:00
|
|
|
From 73598ab5b5b9c859e900413a31ca6452c324ff3d Mon Sep 17 00:00:00 2001
|
|
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
|
|
Date: Tue, 24 Jun 2014 22:29:38 +0100
|
2014-07-15 21:39:27 +00:00
|
|
|
Subject: [PATCH 01/11] Don't ignore ./configure, it's a real git file.
|
2014-06-24 21:28:27 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
.gitignore | 1 -
|
|
|
|
1 file changed, 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/.gitignore b/.gitignore
|
|
|
|
index 2817041..6835234 100644
|
|
|
|
--- a/.gitignore
|
|
|
|
+++ b/.gitignore
|
|
|
|
@@ -22,7 +22,6 @@
|
|
|
|
/.depend
|
|
|
|
/.depend.nt
|
|
|
|
/.DS_Store
|
|
|
|
-/configure
|
|
|
|
/ocamlc
|
|
|
|
/ocamlc.opt
|
|
|
|
/expunge
|
|
|
|
--
|
|
|
|
1.9.0
|
|
|
|
|