nim-sqlcipher/.gitignore
Michael Bradley, Jr 20d2843dfb
refactor: adapt repo to use the nimbus-build-system
An important aspect of this refactor is that a user of this library needs to
supply openssl with respect to building the `sqlite3.c` amalgamation and the
`sqlite.nim` wrapper.
2020-10-15 18:18:37 -05:00

14 lines
144 B
Plaintext

.DS_Store
.idea
.vscode
/generator/*
!/generator/generate.nim
/nimcache
/sqlcipher
/sqlite
/test/build
/update
/update.exe
/vendor/.nimble
TODO