Skip to content

Commit 2532b84

Browse files
authored
Merge pull request #81 from ssahani/dev
Update .gitignore
2 parents 55829e3 + ef29c1f commit 2532b84

File tree

1 file changed

+24
-22
lines changed

1 file changed

+24
-22
lines changed

.gitignore

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,40 @@
1-
*.a
21
*.cache
3-
*.html
4-
*.la
5-
*.lo
6-
*.log
7-
*.o
82
*.plist
9-
*.pyc
10-
*.stamp
3+
*.py[co]
114
*.swp
125
*.trs
136
*~
147
.config.args
8+
.gdb_history
159
.deps/
16-
.dirstamp
17-
.libs/
10+
.mypy_cache/
11+
__pycache__/
1812
/*.gcda
1913
/*.gcno
2014
/*.tar.bz2
2115
/*.tar.gz
2216
/*.tar.xz
23-
/build-aux
24-
/libtool
25-
/TAGS
2617
/GPATH
2718
/GRTAGS
2819
/GSYMS
2920
/GTAGS
30-
/systemd-netlogd
31-
Makefile.in
32-
aclocal.m4
33-
config.h
34-
config.h.in
35-
config.log
36-
config.status
37-
configure
38-
stamp-*
21+
/TAGS
22+
/ID
23+
/build*
24+
/coverage/
25+
/image.raw
26+
/.#image.raw.lck
27+
/image.raw.cache-pre-dev
28+
/image.raw.cache-pre-inst
29+
/image.raw.manifest
30+
/install-tree
31+
/.mkosi-*
32+
/mkosi.builddir/
33+
/mkosi.output/
34+
/mkosi.installdir/
35+
/mkosi.key
36+
/mkosi.crt
37+
mkosi.local.conf
38+
/tags
39+
.dir-locals-2.el
40+
.vscode/

0 commit comments

Comments
 (0)