Add *.so and *.a to .gitignore

ELF build artifacts.
This commit is contained in:
Robin Eklind 2020-02-14 23:36:58 +01:00
commit e7064e0b3f

4
.gitignore vendored
View file

@ -19,8 +19,10 @@ comparer-config.toml
/build-*/
.vscode/tasks.json
# ELF object file.
# ELF object file, shared library and object archive.
*.o
*.so
*.a
# PE shared library and associated files.
*.lib