git: 631a8759f8 - main - Add a .gitignore file

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 17 Dec 2023 19:42:02 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/doc/commit/?id=631a8759f8cfc5d95f631b99b981766a5f7651a2

commit 631a8759f8cfc5d95f631b99b981766a5f7651a2
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-12-17 19:41:34 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-12-17 19:41:34 +0000

    Add a .gitignore file
    
    Add a .gitignore with some common patch and editor temp files.
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..a703a0646b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.orig
+*.rej
+*.sw[nop]