Skip to content

Commit 9eba8e2

Browse files
committed
Update the gitignore file
1 parent 1057d38 commit 9eba8e2

1 file changed

Lines changed: 23 additions & 10 deletions

File tree

.gitignore

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,28 @@
1-
*.pyc
1+
# VCS conflicts
22
*.orig
33
*.rej
4-
*.desktop
5-
*.install
6-
data/appdata.xml
7-
data/mime/meld.xml
8-
.cache/
4+
5+
# Byte compiled Python files
6+
__pycache__/
7+
*.pyc
8+
9+
# Compiled resources
10+
data/gschemas.compiled
11+
12+
# External tooling caches
913
.flatpak-builder/
1014
.mypy_cache/
11-
build
12-
dist
13-
MANIFEST
14-
data/gschemas.compiled
15+
.pytest_cache/
16+
17+
# Build & distribution artifacts
1518
build/
19+
dist/
20+
MANIFEST
21+
22+
# Special project build artifacts
23+
*-installed
24+
25+
# Files created from intltool .in templates
26+
*.desktop
27+
data/appdata.xml
28+
data/mime/meld.xml

0 commit comments

Comments
 (0)