Skip to content

Commit 136407f

Browse files
git: Minimize ignore patterns
Meson enforces out-of-tree builds, which means we no longer need to have patterns for most generated files. Python, unfortunately, is still very inconsiderate and litters all over the source directory. Signed-off-by: Andrea Bolognani <[email protected]> Reviewed-by: Erik Skultety <[email protected]> Reviewed-by: Pavel Hrdina <[email protected]>
1 parent c4fcfc9 commit 136407f

File tree

1 file changed

+0
-47
lines changed

1 file changed

+0
-47
lines changed

.gitignore

-47
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,2 @@
1-
*.la
2-
*.lo
3-
*.log
4-
*.o
5-
*.pyc
6-
*.swp
7-
*.trs
8-
*Makefile
9-
*Makefile.in
10-
*~
11-
.deps/
12-
.libs/
13-
.pytest_cache/
141
__pycache__/
15-
vgcore.*
16-
17-
/AUTHORS
18-
/INSTALL
19-
/aclocal.m4
20-
/autom4te.cache/
21-
/build-aux/
222
/build/
23-
/config.h
24-
/config.h.in
25-
/config.log
26-
/config.status
27-
/configure
28-
/libtool
29-
/libvirt-dbus-*.tar.*
30-
/libvirt-dbus.spec
31-
/m4/libtool.m4
32-
/m4/ltoptions.m4
33-
/m4/ltsugar.m4
34-
/m4/ltversion.m4
35-
/m4/lt~obsolete.m4
36-
/run
37-
/stamp-h1
38-
39-
/data/session/org.libvirt.service
40-
/data/system/org.libvirt.service
41-
/data/system/libvirt-dbus.rules
42-
/data/system/org.libvirt.conf
43-
44-
/docs/*.8
45-
46-
/src/libvirt-dbus
47-
/src/org.libvirt.service
48-
49-
/tests/test_util

0 commit comments

Comments
 (0)