forked from trendmicro/tlsh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
32 lines (32 loc) · 795 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Ignore binary, cmake and test generated files
*~
bin/
lib/
build/
Testing/tmp
Testing/out.parts
test/simple_unittest
test/tlsh_version
VERSION
include/tlsh_version.h
Windows/Release/
Windows/simple_unittest/Release/
Windows/tlsh.VC2008.ncb
Windows/tlsh_dll/Release/
Windows/tlsh_unittest/Release/
Windows/tlsh_version/Release/
Windows/Debug/
Windows/simple_unittest/Debug/
Windows/tlsh.VC2008.ncb
Windows/tlsh_dll/Debug/
Windows/tlsh_unittest/Debug/
Windows/tlsh_version/Debug/
Windows/simple_unittest/simple_unittest.vcproj.*
Windows/tlsh.VC2008.suo
Windows/tlsh_dll/tlsh.VC2008.vcproj.*
Windows/tlsh_unittest/tlsh_unittest.VC2008.vcproj.*
Windows/tlsh_version/tlsh_version.VC2008.vcproj.*
Windows/rand_tags/rand_tags.VC2008.vcproj.*
Windows/rand_tags/Debug/
Windows/rand_tags/Release/
*.log