فهرست منبع

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

Stefano Cossu 6 سال پیش
والد
کامیت
22af6a8ed9
1فایلهای تغییر یافته به همراه9 افزوده شده و 1 حذف شده
  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