gnucash-docs maint: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Thu Sep 9 17:59:26 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/6bdee39f (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/93ec8aa4 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/d637ab7d (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/a53a0fd9 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/7593aee8 (commit)



commit 6bdee39fe4bb710492da31a073863f59989a6293
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Sep 9 23:55:15 2021 +0200

    Drop travis-ci in favour of github worflows

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 6adc8e97..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-# Test
-sudo: required
-language: c++
-compiler: gcc
-env:
-    - BUILDENV=ubuntu-18.04 BUILDTYPE=autotools-make
-services:
-    - docker
-install:
-    - docker --version
-    - echo BUILDENV="$BUILDENV"
-    - docker build -f util/ci/${BUILDENV}-docker -t ${BUILDENV}-gnucashbuild util/ci
-script:
-    - echo BUILDTYPE="$BUILDTYPE"
-    - docker run -v "$(pwd)":/gnucash-docs:rw --env="BUILDTYPE=$BUILDTYPE" --rm ${BUILDENV}-gnucashbuild

commit 93ec8aa48f8df4d7acf9f40925260a2f66e22fb8
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Sep 9 22:46:37 2021 +0200

    Shrink .gitignore to autotools inserts
    
    For other purposes, users should use their personal
    "$XDG_CONFIG_HOME/git/ignore".
    $XDG_CONFIG_HOME defaults to "$HOME/.config".

diff --git a/.gitignore b/.gitignore
index 4ae155e2..30cfa985 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,68 +1,18 @@
-*.bak
-*.fo
-*.gmo
-*.la
-*.lo
-*.omf.out
-*.orig
-*.pyc
-*.pyo
-*.schemas
-*~
-.*.marks
-.deps
-.libs
-.scm-links
-COPYING
-ChangeLog
-INSTALL
-Makefile
-Makefile.in
-TAGS
-aclocal.m4
-autom4te.cache
-build*
-compile
-config.guess
-config.h
-config.h.in
-config.log
-config.status
-config.sub
-configure
-cscope.files
-cscope.out
-depcomp
-gnucash-*.*.*.tar.*
-gnucash-*.*.*/
-install-sh
-intl-scm/guile-strings.c
-intltool-extract
-intltool-extract.in
-intltool-merge
-intltool-merge.in
-intltool-update
-intltool-update.in
-libtool
-ltmain.sh
-make-gnucash-potfiles
-manifest.mf
-missing
-mkinstalldirs
-stamp-h1
-swig-*.c
-omf_timestamp
-*.spec
-*/*.html
-*/*/*/*.html
-*/*/*.html
-guide/ja/fop.xconf
-guide/*/gnucash-guide
-guide/*/gnc-docbookx.dtd
-help/*/gnucash-help
-help/*/gnc-docbookx.dtd
-/.settings/
-/.autotools
-/.cproject
-/.project
-/nbproject
+# We filter only autotools artefacts.
+# Use a separate build dirrectory!
+# For other purposes adjust "$XDG_CONFIG_HOME/git/ignore!
+
+#absolute:
+/COPYING
+/INSTALL
+/aclocal.m4
+/autom4te.cache/
+/config.guess
+/config.sub
+/configure
+/install-sh
+/ltmain.sh
+/missing
+
+#relative:
+Makefile.in
\ No newline at end of file

commit d637ab7dfe4ae99237e19aa7aeb382b81ae47497
Merge: 7593aee8 a53a0fd9
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Sep 9 20:25:52 2021 +0200

    Merge branch 'PR_#213' into maint


commit a53a0fd9b6212624a2d57d80761fa80f0b3df22e
Author: TANIGUCHI Yasuaki <yasuakit at gmail.com>
Date:   Tue Aug 24 17:37:57 2021 +0900

    * {guide,help}/*/.gitignore were deleted completely.

diff --git a/guide/C/.gitignore b/guide/C/.gitignore
deleted file mode 100644
index 2d4c84b4..00000000
--- a/guide/C/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*.pdf
-gnucash-guide
-gnucash-help
diff --git a/guide/de/.gitignore b/guide/de/.gitignore
deleted file mode 100644
index 2d4c84b4..00000000
--- a/guide/de/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*.pdf
-gnucash-guide
-gnucash-help
diff --git a/guide/it/.gitignore b/guide/it/.gitignore
deleted file mode 100644
index 2d4c84b4..00000000
--- a/guide/it/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*.pdf
-gnucash-guide
-gnucash-help
diff --git a/guide/ja/.gitignore b/guide/ja/.gitignore
deleted file mode 100644
index 2d4c84b4..00000000
--- a/guide/ja/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*.pdf
-gnucash-guide
-gnucash-help
diff --git a/guide/pt/.gitignore b/guide/pt/.gitignore
deleted file mode 100644
index 2d4c84b4..00000000
--- a/guide/pt/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*.pdf
-gnucash-guide
-gnucash-help
diff --git a/help/C/.gitignore b/help/C/.gitignore
deleted file mode 100644
index 2d4c84b4..00000000
--- a/help/C/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*.pdf
-gnucash-guide
-gnucash-help
diff --git a/help/de/.gitignore b/help/de/.gitignore
deleted file mode 100644
index 2d4c84b4..00000000
--- a/help/de/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*.pdf
-gnucash-guide
-gnucash-help
diff --git a/help/it/.gitignore b/help/it/.gitignore
deleted file mode 100644
index 2d4c84b4..00000000
--- a/help/it/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*.pdf
-gnucash-guide
-gnucash-help



Summary of changes:
 .gitignore          | 86 +++++++++++------------------------------------------
 .travis.yml         | 15 ----------
 guide/C/.gitignore  |  3 --
 guide/de/.gitignore |  3 --
 guide/it/.gitignore |  3 --
 guide/ja/.gitignore |  3 --
 guide/pt/.gitignore |  3 --
 help/C/.gitignore   |  3 --
 help/de/.gitignore  |  3 --
 help/it/.gitignore  |  3 --
 10 files changed, 18 insertions(+), 107 deletions(-)
 delete mode 100644 .travis.yml
 delete mode 100644 guide/C/.gitignore
 delete mode 100644 guide/de/.gitignore
 delete mode 100644 guide/it/.gitignore
 delete mode 100644 guide/ja/.gitignore
 delete mode 100644 guide/pt/.gitignore
 delete mode 100644 help/C/.gitignore
 delete mode 100644 help/de/.gitignore
 delete mode 100644 help/it/.gitignore



More information about the gnucash-changes mailing list