diff options
| author | EuAndreh <eu@euandre.org> | 2023-11-15 10:50:30 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-11-15 16:16:30 -0300 |
| commit | af5e7495f3993c52573432cadde12169d5c05e62 (patch) | |
| tree | 002fc20e6f12eac71c21c6eccc48bf59e7180274 /.gitignore | |
| parent | src/napi-sqlite.c: Add Node-API PoC (diff) | |
| download | papod-af5e7495f3993c52573432cadde12169d5c05e62.tar.gz papod-af5e7495f3993c52573432cadde12169d5c05e62.tar.xz | |
Add support for multi-file C project
- have dynamic discovered dependencies via `mkdeps.hs`, and also move
the listing of JavaScript files to it.
- copy over stub C files for setting up the project skeleton.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,6 +1,17 @@ +/*.bin +/*.so +/src/config.h +/src/*.o +/src/*.lo +/src/*.to +/src/*.ta +/src/*.t +/src/*.c.txt +/src/*.cat /doc/*.[0-9] /doc/*.3js /src/index.js /node_modules/ -/src/napi-sqlite.lo /src/napi-sqlite.node +/tests/tests-lib.o +/tests/slurp.o |
