removed *.a from .gitignore

This commit is contained in:
Tomasz Sowa 2021-05-18 23:58:46 +02:00
parent db93586c0e
commit e0565813de
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,6 +2,6 @@
.project
.settings/
*.o
*.a
src/pikotools.a
tests/tests
m