mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Deduplicate and sort .gitignore
* .gitignore: Deduplicate and sort. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
91a46b7cec
commit
52de92b6ef
1 changed files with 62 additions and 79 deletions
141
.gitignore
vendored
141
.gitignore
vendored
|
@ -6,26 +6,11 @@ Makefile
|
|||
Makefile.in
|
||||
.deps
|
||||
.libs
|
||||
autom4te.cache
|
||||
config.sub
|
||||
config.guess
|
||||
config.status
|
||||
config.log
|
||||
config.h
|
||||
*.doc
|
||||
*.x
|
||||
*.lo
|
||||
*.la
|
||||
*.exe
|
||||
aclocal.m4
|
||||
libtool
|
||||
ltmain.sh
|
||||
configure
|
||||
depcomp
|
||||
elisp-comp
|
||||
missing
|
||||
mdate-sh
|
||||
install-sh
|
||||
texinfo.tex
|
||||
*~
|
||||
,*
|
||||
|
@ -33,12 +18,9 @@ BUGS
|
|||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
benchmark-guile
|
||||
check-guile
|
||||
check-guile.log
|
||||
build-aux/compile
|
||||
build-aux/config.rpath
|
||||
confdefs.h
|
||||
config.build-subdirs
|
||||
config.cache
|
||||
|
@ -68,8 +50,6 @@ guile-procedures.txt
|
|||
guile-config/guile-config
|
||||
*.go
|
||||
TAGS
|
||||
/meta/guile-3.0.pc
|
||||
/meta/guile-3.0-uninstalled.pc
|
||||
gdb-pre-inst-guile
|
||||
cscope.out
|
||||
cscope.files
|
||||
|
@ -93,75 +73,78 @@ INSTALL
|
|||
*.pgs
|
||||
*.rn
|
||||
*.rns
|
||||
/meta/gdb-uninstalled-guile
|
||||
/meta/guile
|
||||
/meta/uninstalled-env
|
||||
/examples/box-module/box
|
||||
/examples/box/box
|
||||
/lib/alloca.h
|
||||
/lib/charset.alias
|
||||
/lib/configmake.h
|
||||
/lib/ref-add.sed
|
||||
/lib/ref-del.sed
|
||||
/lib/stdlib.h
|
||||
/lib/string.h
|
||||
/lib/strings.h
|
||||
/lib/sys/file.h
|
||||
/lib/time.h
|
||||
/lib/unistd.h
|
||||
/lib/unistr/.dirstamp
|
||||
/lib/arpa/inet.h
|
||||
/lib/stdio.h
|
||||
/lib/sys/stat.h
|
||||
/lib/link-warning.h
|
||||
/lib/iconv.h
|
||||
/lib/netdb.h
|
||||
*.trs
|
||||
/GPATH
|
||||
/GRTAGS
|
||||
/GSYMS
|
||||
/GTAGS
|
||||
/meta/guild
|
||||
/meta/guile-config
|
||||
/lib/locale.h
|
||||
/module/ice-9/eval.go.stamp
|
||||
/doc/ref/standard-library.texi
|
||||
/doc/ref/standard-libraryscmfiles
|
||||
/lib/wchar.h
|
||||
/lib/sys/socket.h
|
||||
/lib/unused-parameter.h
|
||||
/.sc-start-*
|
||||
/.version
|
||||
/autom4te.cache
|
||||
/build-aux/ar-lib
|
||||
/build-aux/compile
|
||||
/build-aux/config.rpath
|
||||
/build-aux/test-driver
|
||||
/doc/ref/standard-libraryscmfiles
|
||||
/doc/ref/standard-library.texi
|
||||
/examples/box/box
|
||||
/examples/box-module/box
|
||||
/lib/alloca.h
|
||||
/lib/arpa/inet.h
|
||||
/lib/charset.alias
|
||||
/lib/configmake.h
|
||||
/lib/dirent.h
|
||||
/lib/fcntl.h
|
||||
/lib/iconv.h
|
||||
/lib/langinfo.h
|
||||
/lib/limits.h
|
||||
/lib/link-warning.h
|
||||
/lib/locale.h
|
||||
/lib/math.h
|
||||
/lib/netdb.h
|
||||
/lib/poll.h
|
||||
/lib/ref-add.sed
|
||||
/lib/ref-del.sed
|
||||
/lib/signal.h
|
||||
/lib/stdalign.h
|
||||
/lib/stdint.h
|
||||
/lib/stdio.h
|
||||
/lib/stdlib.h
|
||||
/lib/string.h
|
||||
/lib/strings.h
|
||||
/lib/sys/file.h
|
||||
/lib/sys/select.h
|
||||
/lib/sys/socket.h
|
||||
/lib/sys/stat.h
|
||||
/lib/sys/time.h
|
||||
/lib/sys/times.h
|
||||
/lib/sys/types.h
|
||||
/lib/sys/uio.h
|
||||
/lib/time.h
|
||||
/lib/unistd.h
|
||||
/lib/unistr/.dirstamp
|
||||
/lib/unistr.h
|
||||
/lib/unitypes.h
|
||||
/.sc-start-*
|
||||
/lib/math.h
|
||||
/lib/sys/time.h
|
||||
/test-suite/standalone/test-scm-spawn-thread
|
||||
/lib/unused-parameter.h
|
||||
/lib/wchar.h
|
||||
/lib/wctype.h
|
||||
/libguile/vm-operations.h
|
||||
/meta/build-env
|
||||
/meta/gdb-uninstalled-guile
|
||||
/meta/guild
|
||||
/meta/guile
|
||||
/meta/guile-3.0.pc
|
||||
/meta/guile-3.0-uninstalled.pc
|
||||
/meta/guile-config
|
||||
/meta/uninstalled-env
|
||||
/module/ice-9/eval.go.stamp
|
||||
/test-suite/standalone/test-foreign-object-c
|
||||
/test-suite/standalone/test-pthread-create
|
||||
/test-suite/standalone/test-pthread-create-secondary
|
||||
/test-suite/standalone/test-smob-mark-race
|
||||
/lib/fcntl.h
|
||||
/lib/sys/uio.h
|
||||
/lib/stdalign.h
|
||||
/lib/signal.h
|
||||
/lib/sys/types.h
|
||||
/lib/dirent.h
|
||||
/lib/langinfo.h
|
||||
/lib/wctype.h
|
||||
/lib/poll.h
|
||||
/lib/sys/select.h
|
||||
/lib/sys/times.h
|
||||
/build-aux/ar-lib
|
||||
/build-aux/test-driver
|
||||
*.trs
|
||||
/test-suite/standalone/test-smob-mark
|
||||
/test-suite/standalone/test-scm-values
|
||||
/test-suite/standalone/test-scm-to-latin1-string
|
||||
/test-suite/standalone/test-scm-c-bind-keyword-arguments
|
||||
/libguile/vm-operations.h
|
||||
/test-suite/standalone/test-foreign-object-c
|
||||
/test-suite/standalone/test-scm-spawn-thread
|
||||
/test-suite/standalone/test-scm-to-latin1-string
|
||||
/test-suite/standalone/test-scm-values
|
||||
/test-suite/standalone/test-smob-mark
|
||||
/test-suite/standalone/test-smob-mark-race
|
||||
/test-suite/standalone/test-srfi-4
|
||||
/meta/build-env
|
||||
/lib/limits.h
|
||||
/lib/stdint.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue