diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2021-01-27 22:06:49 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2021-01-27 22:06:49 +0100 |
| commit | 06950aab233de6a2f47293d59575bb42f6131660 (patch) | |
| tree | 62f6eed4a6d35414f656d22b9ac7420849018a11 /.gitignore | |
| parent | 1ef9c463f1efc1adfb62e42ab3dd17e8c6394373 (diff) | |
Complete rewrite using C++ and with shared state support
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 23 |
1 files changed, 1 insertions, 22 deletions
@@ -1,22 +1 @@ -.deps -lib*.a -*.analyze -*.dSYM -*.o -*.plist -Makefile -Makefile.in -/aclocal.m4 -/autom4te.cache -/compile -/config.h -/config.h.in -/config.h.in~ -/config.log -/config.status -/configure -/depcomp -/install-sh -/missing -/stamp-h1 -/test-driver
\ No newline at end of file +build/ |
