Skip to content

Commit

Permalink
Ignore HTML files generated by Cython annotate and LMDB data files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Cossu committed Jan 21, 2019
1 parent 4998eda commit 22af6a8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 22af6a8

Please sign in to comment.