mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 17:18:27 +02:00
Top level .gitignore: Remove files that now live in build-aux/
We put these in build-aux/ since 15e6b4f5, and we ignore all of
build-aux/, so we don't need to ignore them separately.
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
78d1cf2e7f
commit
932638b18d
1 changed files with 0 additions and 8 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -5,19 +5,13 @@
|
|||
*~
|
||||
/.ccache/
|
||||
/build-aux/
|
||||
compile
|
||||
config.cache
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
cscope.out
|
||||
depcomp
|
||||
*.pc
|
||||
install-sh
|
||||
libtool
|
||||
ltmain.sh
|
||||
missing
|
||||
/m4/lt*.m4
|
||||
/m4/libtool.m4
|
||||
stamp-h1
|
||||
|
|
@ -28,7 +22,6 @@ Makefile
|
|||
Makefile.in
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
config.guess
|
||||
config.h
|
||||
config.h.in
|
||||
*.bb
|
||||
|
|
@ -44,5 +37,4 @@ tags
|
|||
/lcov.html/
|
||||
/lcov.info
|
||||
/lcov.info.tmp
|
||||
/tap-driver.sh
|
||||
/test-driver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue