lib/code_zauker/constants.rb in code_zauker-0.0.3 vs lib/code_zauker/constants.rb in code_zauker-0.0.4

- old
+ new

@@ -4,12 +4,11 @@ # It is difficult to decide what is the best trigram push size. # a larger one ensure a best in memory processing but can lead to longer transactions # 6000 Ehuristic value used for historical reasons TRIGRAM_DEFAULT_PUSH_SIZE=6000 DEFAULT_EXCLUDED_EXTENSION=[ - # Documents - ".pdf", + # Documents ".xps", ".zip",".7z", # MS Office zip-like files... ".pptx",".docx",".xlsx", ".ppt",".xls",".rtf",".vsd", ".odf", @@ -18,11 +17,12 @@ # Redis db ".rdb", # Ruby and java stuff-like ".gem", ".jar",".class",".ear",".war", + ".mar", ".tar", - ".gz", + ".gz",".Z", ".dropbox", ".svn-base",".pdb",".cache", # Music exclusion ".mp3",".mp4",".wav", # Image exclusion