From 55944e5e40b1be2afc4855d8d2baf4b73d1876b5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:49:52 +0200 Subject: Adding upstream version 255.4. Signed-off-by: Daniel Baumann --- .gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d666dc8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +*.cache +*.plist +*.py[co] +*.swp +*.trs +*~ +.config.args +.gdb_history +.deps/ +.mypy_cache/ +__pycache__/ +/*.gcda +/*.gcno +/*.tar.bz2 +/*.tar.gz +/*.tar.xz +/GPATH +/GRTAGS +/GSYMS +/GTAGS +/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/ -- cgit v1.2.3