Browse Source

Ignore HTML files generated by Cython annotate and LMDB data files.

Stefano Cossu 5 years ago
parent
commit
22af6a8ed9
1 changed files with 9 additions and 1 deletions
  1. 9 1
      .gitignore

+ 9 - 1
.gitignore

@@ -107,16 +107,24 @@ venv.bak/
 .pytest_cache/
 
 # Default Lakesuperior data directories
-/data
+lakesuperior/data/ldprs_store
+lakesuperior/data/ldpnr_store
 
 # Cython business.
 /cython_debug
 /lakesuperior/store/*.c
+/lakesuperior/store/*.html
 /lakesuperior/store/ldp_rs/*.c
+/lakesuperior/store/ldp_rs/*.html
 /lakesuperior/model/*.c
+/lakesuperior/model/*/*.html
 /lakesuperior/model/*/*.c
+/lakesuperior/model/*.html
 /lakesuperior/util/*.c
+/lakesuperior/util/*.html
 !ext/lib
 
 # Vim CTags file.
 tags
+
+!.keep