diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2015-02-20 00:12:45 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2015-02-20 00:12:45 +0100 |
| commit | b9c7dd3aa8b77d9812455437411de5c7640cce95 (patch) | |
| tree | c261ac5af10163b220763b9819cbc00dff62558d /.gitignore | |
Initial DB API with SQLite3 backend
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ea0379 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +.deps +.libs +*.o +*.lo +Makefile +Makefile.in +/aclocal.m4 +/autom4te.cache +/compile +/config.guess +/config.log +/config.rpath +/config.status +/config.sub +/configure +/depcomp +/install-sh +/ltmain.sh +/libtool +/missing +/mkinstalldirs +/test-driver |
