gnucash maint: Adding .gitignore entries for ctags and vim swaps

Geert Janssens gjanssens at code.gnucash.org
Sat Sep 9 07:04:31 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/f27d7774 (commit)
	from  https://github.com/Gnucash/gnucash/commit/11fa7662 (commit)



commit f27d77746d72d1a9f0c01f1e33538207b71306de
Author: lmat <dartme18 at gmail.com>
Date:   Wed Sep 6 11:46:05 2017 -0400

    Adding .gitignore entries for ctags and vim swaps

diff --git a/.gitignore b/.gitignore
index 0c499a6..005f994 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@
 *.pyo
 *.schemas
 *~
+.*.sw?
 .autotools
 .cproject
 .deps
@@ -23,6 +24,7 @@ INSTALL
 Makefile
 Makefile.in
 TAGS
+tags
 aclocal.m4
 autom4te.cache
 build*/



Summary of changes:
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)



More information about the gnucash-changes mailing list