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

2
.gitignore vendored
View File

@ -78,7 +78,9 @@ pcbnew/Info.plist
*.png
*.kiface
*.o
*.o.*
*.a
*.a.*
*.cmake
*.orig
*.rej