* guile-gnome, devel: fix html files should not be tracked by git
@ 2014-09-04 22:03 David Pirotte
0 siblings, 0 replies; only message in thread
From: David Pirotte @ 2014-09-04 22:03 UTC (permalink / raw)
To: guile-devel
[-- Attachment #1: Type: text/plain, Size: 111 bytes --]
Hello,
guile-gnome
devel: fix html files should not be tracked by git
Attached...
Happy hacking,
David
[-- Attachment #2: 0014-fix-html-files-should-not-be-tracked-by-git.patch --]
[-- Type: text/x-patch, Size: 552 bytes --]
From 74480ebe9c6782d2fd3da96d756585b2feead819 Mon Sep 17 00:00:00 2001
From: David PIROTTE <david@altosw.be>
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-09-04 22:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-04 22:03 guile-gnome, devel: fix html files should not be tracked by git David Pirotte
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).