summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schauer Marin Rodrigues <josch@debian.org>2023-07-16 23:55:31 +0200
committerJohannes Schauer Marin Rodrigues <josch@debian.org>2023-07-16 23:55:31 +0200
commitef4431966657874e1cd7bcd9242b268e123c420d (patch)
tree54562400bde17fd2c8b8bfae5ba3624fa6d49910
parent9165c59dbe71bb80c67195da0f8f202d6cd6cc71 (diff)
Commit patch to update .gitignorearchive/debian/0.2.2+dfsg-2
[dgit (10.7) update-gitignore-quilt-fixup]
-rw-r--r--debian/patches/auto-gitignore81
-rw-r--r--debian/patches/series1
2 files changed, 82 insertions, 0 deletions
diff --git a/debian/patches/auto-gitignore b/debian/patches/auto-gitignore
new file mode 100644
index 0000000..25aac2e
--- /dev/null
+++ b/debian/patches/auto-gitignore
@@ -0,0 +1,81 @@
+Subject: Update .gitignore from Debian packaging branch
+
+The Debian packaging git branch contains these updates to the upstream
+.gitignore file(s). This patch is autogenerated, to provide these
+updates to users of the official Debian archive view of the package.
+
+[dgit (10.7) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+new file mode 100644
+index 0000000..3ad793b
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1,67 @@
++# Prerequisites
++*.d
++
++# Object files
++*.o
++*.ko
++*.obj
++*.elf
++
++# Linker output
++*.ilk
++*.map
++*.exp
++
++# Precompiled Headers
++*.gch
++*.pch
++
++# Libraries
++*.lib
++*.a
++*.la
++*.lo
++
++# Shared objects (inc. Windows DLLs)
++*.dll
++*.so
++*.so.*
++*.dylib
++
++# Executables
++*.exe
++*.out
++*.app
++*.i*86
++*.x86_64
++*.hex
++
++# Debug files
++*.dSYM/
++*.su
++*.idb
++*.pdb
++
++# Kernel Module Compile Results
++*.mod*
++*.cmd
++.tmp_versions/
++modules.order
++Module.symvers
++Mkfile.old
++dkms.conf
++
++# from box86
++build/
++build*/
++.vscode
++.cache
++.gdb_history
++src/git_head.h
++backup/
++
++# LLVMprivateGenerator
++/LLVMprivateGenerator/*
++!/LLVMprivateGenerator/Makefile
++!/LLVMprivateGenerator/main.cpp
++!/LLVMprivateGenerator/registered_structs.cpp
diff --git a/debian/patches/series b/debian/patches/series
index 6b12298..fe70ad7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
0001-fix-some-spelling-mistakes-640.patch
0002-CMAKE-Added-NO_LIB_INSTALL-to-not-install-x86_64-lib.patch
+auto-gitignore