1# temporay files
2*~
3
4# Compiled Object files
5*.slo
6*.lo
7*.o
8
9# Python compiled files
10*.pyc
11
12# vim swap file
13*.swp
14
15# Compiled Dynamic libraries
16*.so
17*.dylib
18
19# Compiled Static libraries
20*.lai
21*.la
22*.a
23
24# Autoconf generated files
25autoconf/config.log
26
27# debian
28debian/*.log
29debian/bareos-bconsole.install
30debian/bareos-bconsole.postinst
31debian/bareos-common.install
32debian/bareos-common.postinst
33debian/bareos-common.preinst
34debian/bareos-database-common.config
35debian/bareos-database-common.install
36debian/bareos-database-common.postinst
37debian/bareos-database-mysql.install
38debian/bareos-database-postgresql.dirs
39debian/bareos-database-postgresql.install
40debian/bareos-database-sqlite3.install
41debian/bareos-database-tools.install
42debian/bareos-devel.install
43debian/bareos-director-python-plugin.install
44debian/bareos-director-python-plugins-common.install
45debian/bareos-director-python2-plugin.install
46debian/bareos-director-python3-plugin.install
47debian/bareos-director.bareos-dir.init
48debian/bareos-director.install
49debian/bareos-director.postinst
50debian/bareos-director.preinst
51debian/bareos-director.service
52debian/bareos-filedaemon-ceph-plugin.install
53debian/bareos-filedaemon-glusterfs-plugin.install
54debian/bareos-filedaemon-ldap-python-plugin.install
55debian/bareos-filedaemon-libcloud-python-plugin.install
56debian/bareos-filedaemon-percona-xtrabackup-python-plugin.install
57debian/bareos-filedaemon-postgresql-python-plugin.install
58debian/bareos-filedaemon-python-plugin.install
59debian/bareos-filedaemon-python-plugins-common.install
60debian/bareos-filedaemon-python2-plugin.install
61debian/bareos-filedaemon-python3-plugin.install
62debian/bareos-filedaemon.bareos-fd.init
63debian/bareos-filedaemon.install
64debian/bareos-filedaemon.postinst
65debian/bareos-filedaemon.preinst
66debian/bareos-filedaemon.service
67debian/bareos-regress-config.install
68debian/bareos-regress-config.preinst
69debian/bareos-storage-ceph.install
70debian/bareos-storage-droplet.install
71debian/bareos-storage-fifo.install
72debian/bareos-storage-glusterfs.install
73debian/bareos-storage-python-plugin.install
74debian/bareos-storage-python-plugins-common.install
75debian/bareos-storage-python2-plugin.install
76debian/bareos-storage-python3-plugin.install
77debian/bareos-storage-tape.install
78debian/bareos-storage.bareos-sd.init
79debian/bareos-storage.install
80debian/bareos-storage.postinst
81debian/bareos-storage.preinst
82debian/bareos-storage.service
83debian/bareos-tools.install
84debian/bareos-traymonitor.install
85debian/bareos-traymonitor.postinst
86debian/univention-bareos.postinst
87
88core/CTestScript.cmake
89
90# generated sample-configuration
91core/src/plugins/filed/python/ldap/python-ldap-conf.d/bareos-dir.d/fileset/plugin-ldap.conf.example
92core/src/plugins/filed/python/ovirt/python-ovirt-conf.d/bareos-dir.d/fileset/plugin-ovirt.conf.example
93
94# generated test configuration
95core/src/tests/configs/bareos-configparser-tests/bareos-dir-CFG_TYPE_STR_VECTOR_OF_DIRS.conf
96core/src/tests/configs/sd_backend/bareos-sd.d/storage/myself.conf
97
98# etags and cscope db
99tags
100cscope.out
101compile_commands.json
102
103# generated version files
104*/cmake/BareosVersion.cmake
105
106# JetBrains Pycharm
107.idea
108
109# ctest testing subdirs
110*/Testing/*
111