diff options
author | Brian Douglas <bdougie@users.noreply.github.com> | 2021-12-10 16:36:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 16:36:58 -0800 |
commit | 69c53a6c82074e44edcc6fdf9a9f50d8b39b707a (patch) | |
tree | 6741e7a13312dceb4df1d9bf1bc1e0ffde55aa9c | |
parent | cfdda2ac1967059e203f0b36eb82eb1fc11cf874 (diff) | |
parent | 69f2ca026d788f9c5ebead6f02eddd616c61d611 (diff) | |
download | gitignore-69c53a6c82074e44edcc6fdf9a9f50d8b39b707a.tar.gz gitignore-69c53a6c82074e44edcc6fdf9a9f50d8b39b707a.zip |
Merge pull request #3805 from wc7086/patch-1
KiCad: add *-backups
-rw-r--r-- | KiCad.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/KiCad.gitignore b/KiCad.gitignore index a568379c..a63bc0e7 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -7,6 +7,7 @@ *.bck *.kicad_pcb-bak *.kicad_sch-bak +*-backups *.kicad_prl *.sch-bak *~ |