25 lines
491 B
Diff
25 lines
491 B
Diff
|
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
|
||
|
Subject: [PATCH 01/10] Don't ignore ./configure, it's a real git file.
|
||
|
|
||
|
---
|
||
|
.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
|
||
|
|