forked from bit-team/backintime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (54 loc) · 1.22 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
# SPDX-FileCopyrightText: © 2024 Back In Time Team
#
# SPDX-License-Identifier: CC0-1.0
#
# This file is released under Creative Commons Zero 1.0 (CC0-1.0) and part of
# the program "Back In Time". The program as a whole is released under GNU
# General Public License v2 or any later version (GPL-2.0-or-later).
# See folder LICENSES or
# go to <https://spdx.org/licenses/CC0-1.0.html>
# and <https://spdx.org/licenses/GPL-2.0-or-later.html>.
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# editor backup and temp files
*~
*.sic
*.swp
\#*\#
.\#*
# packaging
*.deb
debian/debhelper-build-stamp
debian/*.debhelper
debian/*.debhelper.log
debian/*.substvars
debian/files
debian/backintime-common
debian/backintime-gnome
debian/backintime-kde
debian/backintime-kde4
debian/backintime-notify
debian/backintime-qt
# compressed files
*.gz
# Compiled translations
*.mo
# Makefile
common/Makefile
qt/Makefile
# coveralls.io status
.coverage
# coverage result files (raw data and reports)
# .coverage # already ignored, see above
**/htmlcov/**
# sphinx doc build
common/doc-dev/_build/doctrees
common/doc-dev/_build/html
# MkDocs
doc/manual/html/
# PyCharm IDE project settings
.idea
# Linter configuration
.flake8