civodul pushed a commit to branch main
in repository guile.

commit 9299666fc3f5e25d456dd10f0352d03d54efa42e
Author: Jonas Hahnfeld <hah...@hahnjo.de>
AuthorDate: Wed Oct 18 22:18:40 2023 +0200

    Ignore more generated files
    
    * .gitignore: Ignore more generated files.
    
    Signed-off-by: Ludovic Courtès <l...@gnu.org>
---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 47375e02a..7706a0879 100644
--- a/.gitignore
+++ b/.gitignore
@@ -95,6 +95,7 @@ INSTALL
 /lib/configmake.h
 /lib/dirent.h
 /lib/fcntl.h
+/lib/inttypes.h
 /lib/iconv.h
 /lib/langinfo.h
 /lib/limits.h
@@ -105,8 +106,11 @@ INSTALL
 /lib/poll.h
 /lib/ref-add.sed
 /lib/ref-del.sed
+/lib/sched.h
 /lib/signal.h
+/lib/spawn.h
 /lib/stdalign.h
+/lib/stdckdint.h
 /lib/stdint.h
 /lib/stdio.h
 /lib/stdlib.h
@@ -128,6 +132,7 @@ INSTALL
 /lib/unused-parameter.h
 /lib/wchar.h
 /lib/wctype.h
+/libguile/srfi-14.i.c
 /libguile/vm-operations.h
 /meta/build-env
 /meta/gdb-uninstalled-guile
@@ -138,6 +143,7 @@ INSTALL
 /meta/guile-config
 /meta/uninstalled-env
 /module/ice-9/eval.go.stamp
+/po/
 /test-suite/standalone/test-foreign-object-c
 /test-suite/standalone/test-pthread-create
 /test-suite/standalone/test-pthread-create-secondary

Reply via email to