diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2019-02-02 18:20:10 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2019-02-02 18:20:10 +0300 |
commit | 56e9becdd43373c34769336077569ba5a8bafd05 (patch) | |
tree | 47574672bc3d397aad52a3a891ee354a7448949f /.gitignore | |
download | openrussian-cli-56e9becdd43373c34769336077569ba5a8bafd05.tar.gz |
initial commit
* matches have to be direct, which is not always practical
* there is no reverse search (from English search terms)
* missing Makefile
* missing Bash completions
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4dd1371 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +openrussian-sql.zip +openrussian.sql +openrussian-sqlite3.db |