.gitignore: update

Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć 2021-04-28 23:01:21 +02:00
parent 42d6f363f3
commit 5e80bbe63c
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -21,6 +21,7 @@
# Licensed under the GNU GPL v2 License # Licensed under the GNU GPL v2 License
# General
*.log *.log
*.swp *.swp
*~ *~
@ -29,6 +30,8 @@
.vs/ .vs/
.vscode/ .vscode/
.~lock.* .~lock.*
# Portage
/.ebuild.x /.ebuild.x
/distfiles/ /distfiles/
/eclass/*.5 /eclass/*.5