summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--README.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0d20b64..085c4fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
*.pyc
+*.db
diff --git a/README.md b/README.md
index 5d1a510..180e404 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ The first time you run the application against a fresh database, you have to ini
At any time, you can do a hard reset on the existing database, by running init with `--force` parameter. This truncates all the data, including race results data from the database, and recreates the structure.
-Results data are provided in elo.db pre-filled SQLite database or in sql/results.sql, in plain SQL format.
+Results data are provided in sql/results.sql, in plain SQL format.
Elo parameters
--------------