-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
54 lines (41 loc) · 945 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Ignore binaries
/bin/*
# Ignore KeePass binaries
/KeePassLib.dll
/KeePassLib/obj/*
# Ignore salts
/powerpass.salt
# Ignore user-specific KeePass test databses
/test/kpdb-keyuser.kdbx
/test/kpdb-pwuser.kdbx
/test/kpdb-pwkeyuser.kdbx
/test/kpdb-user.kdbx
# Ignore the Locker test backup
/test/powerpass_locker.bin
# Ignore test key files and Locker files
/test/aes.key
/test/data.aes
/test/.locker_key
/test/.powerpass_locker
# Ignore TPM compiled binaries
/tpm/powerpasstpm
/tpm/powerpasstpm.o
# Ignore TPM profile metadata
/tpm/info.json
# Ignore auto-gen solution file from VS Code plug-ins
/powerpass.sln
# Ignore the temporary release build folder
/release/*
# Ignore networking information reports
cim.json
nic.json
# Ignore release builds
PowerPass*.zip
PowerPass*.tar.gz
# Ignore release hash markdown
hash.md
# Ignore other stuff
ghfgat
dotnet.exe
.DS_Store
access-token