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