iohub / ahocorasick

A fast and memory efficient implementation of aho-corasick algorithm based on double-array trie (cedar), supports visualizing structure via graphviz.
GNU General Public License v2.0
115 stars 20 forks source link

Add a .gitignore file #9

Closed akfaew closed 5 years ago

akfaew commented 5 years ago

Ignore test output files and temporary vim files

iohub commented 5 years ago

thx