forked from bareos/bareos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
79 lines (71 loc) · 1.99 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# temporay files
*~
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
# Autoconf generated files
autoconf/config.log
# debian
debian/*.log
debian/bareos-bconsole.install
debian/bareos-bconsole.postinst
debian/bareos-common.postinst
debian/bareos-common.preinst
debian/bareos-database-common.config
debian/bareos-database-common.install
debian/bareos-database-common.postinst
debian/bareos-database-mysql.install
debian/bareos-database-postgresql.dirs
debian/bareos-director.install
debian/bareos-database-sqlite3.install
debian/bareos-devel.install
debian/bareos-director-python-plugin.install
debian/bareos-director.bareos-dir.init
debian/bareos-common.install
debian/bareos-director.postinst
debian/bareos-director.preinst
debian/bareos-director.service
debian/bareos-filedaemon-ceph-plugin.install
debian/bareos-filedaemon-glusterfs-plugin.install
debian/bareos-filedaemon-ldap-python-plugin.install
debian/bareos-filedaemon-python-plugin.install
debian/bareos-filedaemon.bareos-fd.init
debian/bareos-filedaemon.install
debian/bareos-filedaemon.postinst
debian/bareos-filedaemon.preinst
debian/bareos-filedaemon.service
debian/bareos-regress-config.install
debian/bareos-regress-config.preinst
debian/bareos-storage-ceph.install
debian/bareos-storage-fifo.install
debian/bareos-storage-glusterfs.install
debian/bareos-storage-python-plugin.install
debian/bareos-storage-tape.install
debian/bareos-storage.bareos-sd.init
debian/bareos-storage.install
debian/bareos-storage.postinst
debian/bareos-storage.preinst
debian/bareos-storage.service
debian/bareos-tools.install
debian/bareos-traymonitor.install
debian/bareos-traymonitor.postinst
debian/univention-bareos.postinst
debian/bareos-database-postgresql.install
debian/bareos-database-tools.install
debian/bareos-filedaemon-percona-xtrabackup-python-plugin.install
# etags and cscope db
tags
cscope.out
compile_commands.json
# generated version files
*/cmake/BareosVersion.cmake
# JetBrains Pycharm
.idea