mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Ignore more generated files
* .gitignore: Ignore more generated files. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
52de92b6ef
commit
9299666fc3
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -95,6 +95,7 @@ INSTALL
|
||||||
/lib/configmake.h
|
/lib/configmake.h
|
||||||
/lib/dirent.h
|
/lib/dirent.h
|
||||||
/lib/fcntl.h
|
/lib/fcntl.h
|
||||||
|
/lib/inttypes.h
|
||||||
/lib/iconv.h
|
/lib/iconv.h
|
||||||
/lib/langinfo.h
|
/lib/langinfo.h
|
||||||
/lib/limits.h
|
/lib/limits.h
|
||||||
|
@ -105,8 +106,11 @@ INSTALL
|
||||||
/lib/poll.h
|
/lib/poll.h
|
||||||
/lib/ref-add.sed
|
/lib/ref-add.sed
|
||||||
/lib/ref-del.sed
|
/lib/ref-del.sed
|
||||||
|
/lib/sched.h
|
||||||
/lib/signal.h
|
/lib/signal.h
|
||||||
|
/lib/spawn.h
|
||||||
/lib/stdalign.h
|
/lib/stdalign.h
|
||||||
|
/lib/stdckdint.h
|
||||||
/lib/stdint.h
|
/lib/stdint.h
|
||||||
/lib/stdio.h
|
/lib/stdio.h
|
||||||
/lib/stdlib.h
|
/lib/stdlib.h
|
||||||
|
@ -128,6 +132,7 @@ INSTALL
|
||||||
/lib/unused-parameter.h
|
/lib/unused-parameter.h
|
||||||
/lib/wchar.h
|
/lib/wchar.h
|
||||||
/lib/wctype.h
|
/lib/wctype.h
|
||||||
|
/libguile/srfi-14.i.c
|
||||||
/libguile/vm-operations.h
|
/libguile/vm-operations.h
|
||||||
/meta/build-env
|
/meta/build-env
|
||||||
/meta/gdb-uninstalled-guile
|
/meta/gdb-uninstalled-guile
|
||||||
|
@ -138,6 +143,7 @@ INSTALL
|
||||||
/meta/guile-config
|
/meta/guile-config
|
||||||
/meta/uninstalled-env
|
/meta/uninstalled-env
|
||||||
/module/ice-9/eval.go.stamp
|
/module/ice-9/eval.go.stamp
|
||||||
|
/po/
|
||||||
/test-suite/standalone/test-foreign-object-c
|
/test-suite/standalone/test-foreign-object-c
|
||||||
/test-suite/standalone/test-pthread-create
|
/test-suite/standalone/test-pthread-create
|
||||||
/test-suite/standalone/test-pthread-create-secondary
|
/test-suite/standalone/test-pthread-create-secondary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue