From 631a8759f8cfc5d95f631b99b981766a5f7651a2 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 17 Dec 2023 20:41:34 +0100 Subject: [PATCH] Add a .gitignore file Add a .gitignore with some common patch and editor temp files. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore 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]