mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
gitignore: ignore vim swap files & .rej/.orig
Reviewed by: cem, avg MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D33794
This commit is contained in:
parent
1f70a85b4c
commit
b1f7154cb1
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,8 +1,10 @@
|
|||
*.a
|
||||
*.core
|
||||
*.o
|
||||
*.orig
|
||||
*.rej
|
||||
*.so
|
||||
*.swp
|
||||
*.sw[nop]
|
||||
*~
|
||||
_.tinderbox.*
|
||||
_.universe-toolchain
|
||||
|
|
|
|||
Loading…
Reference in a new issue