git: 631a8759f8 - main - Add a .gitignore file
Gordon Bergling <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/doc/commit/?id=631a8759f8cfc5d95f631b99b981766a5f7651a2 commit 631a8759f8cfc5d95f631b99b981766a5f7651a2 Author: Gordon Bergling <[email protected]> AuthorDate: 2023-12-17 19:41:34 +0000 Commit: Gordon Bergling <[email protected]> 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]