Skip to content

Commit 7cbfe23

Browse files
committed
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 <[email protected]>
1 parent 5d19330 commit 7cbfe23

File tree

2 files changed

+3
-42
lines changed

2 files changed

+3
-42
lines changed

.gitignore

+3-24
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
# Copyright (c) 2014-2021 Greg Kroah-Hartman <[email protected]>
33
# Copyright (c) 2009 Greg Kroah-Hartman <[email protected]>
4-
*.o
4+
5+
*~
56
*.swp
6-
.deps/
7-
Makefile
8-
Makefile.in
9-
config.h
10-
config.h.in
11-
config.log
12-
config.status
13-
configure
14-
stamp-h1
15-
aclocal.m4
16-
autom4te.cache/
17-
depcomp
18-
install-sh
19-
missing
20-
compile
21-
lsusb
22-
lsusb.py
23-
lsusb.8
24-
usb-devices.1
25-
usbreset
26-
usbhid-dump.8
27-
*.gz
28-
*.bz2
7+
build*

usbhid-dump/.gitignore

-18
This file was deleted.

0 commit comments

Comments
 (0)