Hello,
guile-gnome
devel: fix html files should not be tracked by git
Attached...
Happy hacking,
David
>From 74480ebe9c6782d2fd3da96d756585b2feead819 Mon Sep 17 00:00:00 2001
From: David PIROTTE <[email protected]>
Date: Thu, 4 Sep 2014 18:41:27 -0300
Subject: [PATCH 14/14] fix html files should not be tracked by git
* .gitignore: do not track *.html files.
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 007fa9d..fd8bd81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,6 +27,7 @@ autom4te.cache/
*.la
*.lo
*.trs
+*.html
/build-aux/compile
/build-aux/test-driver
/build-aux/config.guess
--
2.1.0