mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git
synced 2024-11-14 14:33:44 +08:00
Update .gitignore files
With the switch to meson and removing the .in files, ~90% of the .gitignore can go \o/ The one in usbhid-dump can be removed all together. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
5d19330927
commit
7cbfe23b93
27
.gitignore
vendored
27
.gitignore
vendored
@ -1,28 +1,7 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2014-2021 Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
||||
# Copyright (c) 2009 Greg Kroah-Hartman <gregkh@suse.de>
|
||||
*.o
|
||||
|
||||
*~
|
||||
*.swp
|
||||
.deps/
|
||||
Makefile
|
||||
Makefile.in
|
||||
config.h
|
||||
config.h.in
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
stamp-h1
|
||||
aclocal.m4
|
||||
autom4te.cache/
|
||||
depcomp
|
||||
install-sh
|
||||
missing
|
||||
compile
|
||||
lsusb
|
||||
lsusb.py
|
||||
lsusb.8
|
||||
usb-devices.1
|
||||
usbreset
|
||||
usbhid-dump.8
|
||||
*.gz
|
||||
*.bz2
|
||||
build*
|
||||
|
18
usbhid-dump/.gitignore
vendored
18
usbhid-dump/.gitignore
vendored
@ -1,18 +0,0 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (c) 2010 Nikolai Kondrashov
|
||||
/config.h.in
|
||||
/autom4te.cache
|
||||
/aclocal.m4
|
||||
/Makefile.in
|
||||
/configure
|
||||
/config.h
|
||||
/config.log
|
||||
/config.status
|
||||
/libtool
|
||||
/Makefile
|
||||
/stamp-h1
|
||||
/auxdir
|
||||
/ChangeLog
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
Loading…
Reference in New Issue
Block a user