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