Skip to content

Commit

Permalink
Merge pull request #81 from ssahani/dev
Browse files Browse the repository at this point in the history
Update .gitignore
  • Loading branch information
ssahani authored May 12, 2024
2 parents 55829e3 + ef29c1f commit 2532b84
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,38 +1,40 @@
*.a
*.cache
*.html
*.la
*.lo
*.log
*.o
*.plist
*.pyc
*.stamp
*.py[co]
*.swp
*.trs
*~
.config.args
.gdb_history
.deps/
.dirstamp
.libs/
.mypy_cache/
__pycache__/
/*.gcda
/*.gcno
/*.tar.bz2
/*.tar.gz
/*.tar.xz
/build-aux
/libtool
/TAGS
/GPATH
/GRTAGS
/GSYMS
/GTAGS
/systemd-netlogd
Makefile.in
aclocal.m4
config.h
config.h.in
config.log
config.status
configure
stamp-*
/TAGS
/ID
/build*
/coverage/
/image.raw
/.#image.raw.lck
/image.raw.cache-pre-dev
/image.raw.cache-pre-inst
/image.raw.manifest
/install-tree
/.mkosi-*
/mkosi.builddir/
/mkosi.output/
/mkosi.installdir/
/mkosi.key
/mkosi.crt
mkosi.local.conf
/tags
.dir-locals-2.el
.vscode/

0 comments on commit 2532b84

Please sign in to comment.