mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-08 22:10:37 +02:00
.gitignore: Anchor patterns for files that are only at top level
There shouldn't be an aclocal.m4 in any subdirectory, for instance, so there's no need to ignore it. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
932638b18d
commit
27d69a8899
1 changed files with 14 additions and 14 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
|
@ -5,25 +5,25 @@
|
|||
*~
|
||||
/.ccache/
|
||||
/build-aux/
|
||||
config.cache
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
/config.cache
|
||||
/config.log
|
||||
/config.status
|
||||
/configure
|
||||
cscope.out
|
||||
*.pc
|
||||
libtool
|
||||
/*.pc
|
||||
/libtool
|
||||
/m4/lt*.m4
|
||||
/m4/libtool.m4
|
||||
stamp-h1
|
||||
stamp-h
|
||||
stamp-h.in
|
||||
Doxyfile
|
||||
/stamp-h1
|
||||
/stamp-h
|
||||
/stamp-h.in
|
||||
/Doxyfile
|
||||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
config.h
|
||||
config.h.in
|
||||
/aclocal.m4
|
||||
/autom4te.cache
|
||||
/config.h
|
||||
/config.h.in
|
||||
*.bb
|
||||
*.bbg
|
||||
*.da
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue