-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.hgignore
55 lines (55 loc) · 1.54 KB
/
.hgignore
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
syntax: glob
CryptDisk/_UpgradeReport_Files/*
*.vcxproj.user
CryptDisk/ConsoleManager/Debug/*
*.sdf
*.suo
CryptDisk/CryptDiskTests/Debug/*
CryptDisk/Debug/*
*ipch*
CryptDisk/SOURCE/Driver/CryptDisk40-Package/Win7Debug/*
CryptDisk/SOURCE/Driver/Win7Debug/*
CryptDisk/SOURCE/ManagerNew/Debug/*
CryptDisk/SOURCE/ticpp/Debug/*
*.log
CryptDisk/SOURCE/Driver/obj/*
CryptDisk/SOURCE/Tools/DrvTool/Debug/*
*UpgradeLog*
CryptoLib/Crypto/Debug/*
CryptoLib/CryptoLibTest/Debug/*
CryptoLib/Debug/*
*.filters
CryptDisk/SOURCE/Driver/CryptDiskDriver/Debug/*
CryptDisk/SOURCE/Driver/CryptDiskDriver/RC*
CryptDisk/SOURCE/Driver/CryptDiskDriver/Release/*
CryptDisk/SOURCE/Driver/CryptDiskDriver/x64/*
CryptDisk/SOURCE/Driver/CryptDiskDriverPackage/Debug/*
CryptDisk/SOURCE/Driver/CryptDiskDriverPackage/Release/*
CryptDisk/SOURCE/Driver/CryptDiskDriverPackage/x64/*
CryptDisk/ConsoleManager/Release/*
CryptDisk/.vs/*
*.aps
*CLMonitoring.bat
*.rsp
CryptDisk/ConsoleManager/x64/Debug/*
CryptDisk/ConsoleManager/x64/*
CryptDisk/CryptDiskInstaller/bin/*
CryptDisk/CryptDiskInstaller/obj/*
CryptDisk/CryptDiskTests/Release/*
CryptDisk/CryptDiskTests/x64/*
CryptDisk/Release/*
CryptDisk/SOURCE/ManagerNew/Release/*
CryptDisk/SOURCE/ManagerNew/x64/*
CryptDisk/SOURCE/Tools/DrvTool/Release/*
*.tmp
CryptDisk/SOURCE/Tools/DrvTool/x64/*
CryptDisk/x64/*
CryptoLib/.vs/*
CryptoLib/Crypto/Release/*
CryptoLib/Crypto/x64/*
CryptoLib/CryptoLibTest/Release/*
CryptoLib/CryptoLibTest/x64/*
CryptoLib/Release/*
CryptoLib/x64/*
*.backup
CreateWizardModel.*