]> git.ipfire.org Git - people/ms/pakfire.git/blob - .gitignore
tests: Add simple create/free test for builds
[people/ms/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
11 /src/scripts/pakfire-builder
12 /src/scripts/pakfire-client
13 /src/scripts/pakfire-daemon
14 /src/systemd/*.service
15 /tests/.root
16 /tests/libpakfire/arch
17 /tests/libpakfire/archive
18 /tests/libpakfire/build
19 /tests/libpakfire/cgroup
20 /tests/libpakfire/compress
21 /tests/libpakfire/config
22 /tests/libpakfire/db
23 /tests/libpakfire/dependencies
24 /tests/libpakfire/downloader
25 /tests/libpakfire/execute
26 /tests/libpakfire/jail
27 /tests/libpakfire/key
28 /tests/libpakfire/main
29 /tests/libpakfire/makefile
30 /tests/libpakfire/packager
31 /tests/libpakfire/parser
32 /tests/libpakfire/progressbar
33 /tests/libpakfire/repo
34 /tests/libpakfire/snapshot
35 /tests/libpakfire/util
36 /tmp
37 *.py[co]
38 /*.tar.bz2
39 /*.tar.gz
40 /*.tar.xz
41 *.log
42 *.a
43 *.cache
44 *.gmo
45 *.la
46 *.lo
47 *.mo
48 *.o
49 *.stamp
50 *.sw[op]
51 *.trs
52 *~
53 .deps
54 .dirstamp
55 .libs
56 Makefile.in
57 aclocal.m4
58 config.log
59 config.status
60 configure
61 install-sh
62 stamp-*