Updating .gitignore to ignore temp artifacts

This commit is contained in:
Seth Hillbrand 2020-01-15 10:07:56 -08:00
parent 32823a0855
commit e1be88aef0
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -78,7 +78,9 @@ pcbnew/Info.plist
*.png
*.kiface
*.o
*.o.*
*.a
*.a.*
*.cmake
*.orig
*.rej
@ -98,4 +100,4 @@ pcbnew/Info.plist
__pycache__
# Visual Studio
.vs/
.vs/