]> git.ipfire.org Git - people/ms/pakfire.git/blob - .gitignore
libpakfire: Add a simple progress bar
[people/ms/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/cgroup
16 /tests/libpakfire/compress
17 /tests/libpakfire/db
18 /tests/libpakfire/downloader
19 /tests/libpakfire/execute
20 /tests/libpakfire/key
21 /tests/libpakfire/main
22 /tests/libpakfire/makefile
23 /tests/libpakfire/packager
24 /tests/libpakfire/parser
25 /tests/libpakfire/progressbar
26 /tests/libpakfire/repo
27 /tests/libpakfire/util
28 /tmp
29 *.py[co]
30 /*.tar.bz2
31 /*.tar.gz
32 /*.tar.xz
33 *.log
34 *.a
35 *.cache
36 *.gmo
37 *.la
38 *.lo
39 *.mo
40 *.o
41 *.stamp
42 *.sw[op]
43 *.trs
44 *~
45 .deps
46 .dirstamp
47 .libs
48 Makefile.in
49 aclocal.m4
50 config.h
51 config.h.in
52 config.log
53 config.status
54 configure
55 install-sh
56 stamp-*