[telegnome] * .gitignore: Add *~ and compile.



commit 7ade43c80a665193134777db3e56d9ae9fb5aea0
Author: Colin Watson <cjwatson debian org>
Date:   Sat Oct 11 01:01:55 2014 +0100

    * .gitignore: Add *~ and compile.

 .gitignore |    2 ++
 ChangeLog  |    4 ++++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 836b5a8..78083b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,11 @@
+*~
 ABOUT-NLS
 INSTALL
 Makefile
 Makefile.in
 aclocal.m4
 autom4te.cache
+compile
 config.guess
 config.h
 config.h.in
diff --git a/ChangeLog b/ChangeLog
index a911b20..b3ddecd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-10-11  Colin Watson  <cjwatson debian org>
 
+       * .gitignore: Add *~ and compile.
+
+2014-10-11  Colin Watson  <cjwatson debian org>
+
        * src/gui.c (tg_gui_cb_drag): Remove unused function.
        * src/gui.h (tg_gui_cb_drag): Remove prototype.
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]