elixir-sqlite / exqlite

An SQLite3 driver for Elixir
https://hexdocs.pm/exqlite
MIT License
217 stars 48 forks source link

Add priv dir to .gitignore #141

Closed cw789 closed 3 years ago

cw789 commented 3 years ago

Additionally add *.obj files created building on Windows.

I'm not certain if "priv" in .gitignore will make any problems for hex uploads. But I don't think so as argon2_elixir seems to do the same.