gnucash-docs maint: Add some extra entries to .gitignore so can use netbeans ide xlm editor + jEdit

Geert Janssens gjanssens at code.gnucash.org
Sat Sep 3 04:44:16 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/58536bb2 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/e6ef0a7e (commit)



commit 58536bb2e5445935679e0651073e302ec07c55fc
Author: goodvibes2 <chris.good at ozemail.com.au>
Date:   Mon Aug 29 11:49:00 2016 +1000

    Add some extra entries to .gitignore so can use netbeans ide xlm editor + jEdit
    
    Added .*.marks (jEdit bookmarks), manifest.mf + /nbproject used by netbeans

diff --git a/.gitignore b/.gitignore
index 9b9ef9d..69a1183 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@
 *.pyo
 *.schemas
 *~
+.*.marks
 .deps
 .libs
 .scm-links
@@ -45,6 +46,7 @@ intltool-update.in
 libtool
 ltmain.sh
 make-gnucash-potfiles
+manifest.mf
 missing
 mkinstalldirs
 stamp-h1
@@ -58,3 +60,4 @@ omf_timestamp
 /.autotools
 /.cproject
 /.project
+/nbproject



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



More information about the gnucash-changes mailing list