diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2017-12-10 22:07:41 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2017-12-17 13:20:31 -0500 |
commit | 1be416b14ed0f1071169307df5008a3b644c9973 (patch) | |
tree | 996a9199b875f56be22090a972abff2268a4e3de /search/.gitignore | |
parent | 204113558a3d2764fbdc4f8643d63ad5e6c330e1 (diff) |
CSC2621/assignments/search: Main now creats a word->indexList map for each doc
Diffstat (limited to 'search/.gitignore')
-rw-r--r-- | search/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/search/.gitignore b/search/.gitignore index 81a686a..9f9a462 100644 --- a/search/.gitignore +++ b/search/.gitignore @@ -2,3 +2,4 @@ pages index search +*.swp |