]> git.ipfire.org Git - pakfire.git/blob - .gitignore
Merge branch 'python3'
[pakfire.git] / .gitignore
1 /Dockerfile
2 /Makefile
3 /build-aux
4 /config.h
5 /config.h.in
6 /intltool-*
7 /libtool
8 /missing
9 /contrib/pakfire.nm
10 /src/pakfire/__version__.py
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/config
18 /tests/libpakfire/db
19 /tests/libpakfire/downloader
20 /tests/libpakfire/execute
21 /tests/libpakfire/key
22 /tests/libpakfire/main
23 /tests/libpakfire/makefile
24 /tests/libpakfire/packager
25 /tests/libpakfire/parser
26 /tests/libpakfire/progressbar
27 /tests/libpakfire/repo
28 /tests/libpakfire/util
29 /tmp
30 *.py[co]
31 /*.tar.bz2
32 /*.tar.gz
33 /*.tar.xz
34 *.log
35 *.a
36 *.cache
37 *.gmo
38 *.la
39 *.lo
40 *.mo
41 *.o
42 *.stamp
43 *.sw[op]
44 *.trs
45 *~
46 .deps
47 .dirstamp
48 .libs
49 Makefile.in
50 aclocal.m4
51 config.log
52 config.status
53 configure
54 install-sh
55 stamp-*