git: b1f7154cb125 - main - gitignore: ignore vim swap files & .rej/.orig
Date: Mon, 17 Jan 2022 09:35:22 UTC
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=b1f7154cb12517162a51d19ae19ec3f2dee88e11 commit b1f7154cb12517162a51d19ae19ec3f2dee88e11 Author: Alexander V. Chernikov <melifaro@FreeBSD.org> AuthorDate: 2022-01-08 16:14:47 +0000 Commit: Alexander V. Chernikov <melifaro@FreeBSD.org> CommitDate: 2022-01-17 09:35:15 +0000 gitignore: ignore vim swap files & .rej/.orig Reviewed by: cem, avg MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D33794 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bf2ba6fb8ca2..f0c5c62cbe6b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ *.a *.core *.o +*.orig +*.rej *.so -*.swp +*.sw[nop] *~ _.tinderbox.* _.universe-toolchain