Date: Sun, 17 Dec 2023 19:42:02 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 631a8759f8 - main - Add a .gitignore file Message-ID: <202312171942.3BHJg2rp020124@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312171942.3BHJg2rp020124>
