]> git.ipfire.org Git - pakfire.git/blob - .gitignore
tests: Prepare repository tests
[pakfire.git] / .gitignore
1 /.vscode
2 /Makefile
3 /build-aux
4 /intltool-*
5 /libtool
6 /missing
7 /contrib/pakfire.nm
8 /src/pakfire/__version__.py
9 /src/scripts/quality-agent
10 /src/scripts/extract-debuginfo
11 /src/systemd/*.service
12 /tests/.root
13 /tests/libpakfire/arch
14 /tests/libpakfire/archive
15 /tests/libpakfire/db
16 /tests/libpakfire/execute
17 /tests/libpakfire/key
18 /tests/libpakfire/main
19 /tests/libpakfire/makefile
20 /tests/libpakfire/parser
21 /tests/libpakfire/repo
22 /tests/libpakfire/util
23 /tmp
24 *.py[co]
25 /*.tar.bz2
26 /*.tar.gz
27 /*.tar.xz
28 *.log
29 *.a
30 *.cache
31 *.gmo
32 *.la
33 *.lo
34 *.mo
35 *.o
36 *.stamp
37 *.sw[op]
38 *.trs
39 *~
40 .deps
41 .dirstamp
42 .libs
43 Makefile.in
44 aclocal.m4
45 config.h
46 config.h.in
47 config.log
48 config.status
49 configure
50 install-sh
51 stamp-*