OSDN Git Service

Shell Extension for Windows 11 or later (#954)
[winmerge-jp/winmerge-jp.git] / .gitignore
1 *.exe
2 *.dll
3 *.pdb
4 *.bak
5 *.VC.db
6 *.VC.VC.opendb
7 *.vcxproj.user
8 *.ilk
9 *.aps
10 *.tlb
11 *.vspx
12 *.vsp
13 *.psess
14 *.cppcheck
15 *.un~
16 *.*~
17 *.obj
18 *.res
19 *.tlog
20 *.pch
21 *.idb
22 *.log
23 *.diagsession
24 *.asm
25 *.swp
26 **/.vs
27 **/ipch
28 **/BuildTmp
29 **/Build
30 **/objARM64
31 **/obj64
32 **/obj
33 **/libARM64
34 **/lib64
35 **/lib
36 **/Release
37 **/Debug
38 **/DebugU
39 **/Release*MinDependency
40 **/Release*MinSize
41 **/Unicode Debug
42 **/Unicode Release
43 **/Unicode Release*MinDependency
44 **/Unicode Release*MinSize
45 **/ARM64Release
46 **/ARM64Debug
47 **/x64Release
48 **/x64Debug
49 winmerge-cppcheck-build-dir/
50 Docs/Manual/Tools/ReadMe_ENG.html
51 Testing/Data/ShellFileOpTest/File1.txt
52 Testing/result-*.txt
53 Translations/WinMerge/MergeLang.lastbuild
54 ShellExtension/ShellExtension/*_i.c
55 ShellExtension/ShellExtension/*_p.c
56 ShellExtension/ShellExtension/dlldata.c
57 ShellExtension/ShellExtension/ShellExtension.h
58 ShellExtension/ShellExtension/ShellExtension_i.c
59 ShellExtension/ShellExtension/ShellExtension_p.c
60 ShellExtension/selfsigncert.cer
61 ShellExtension/selfsigncert.pfx
62 ShellExtension/WinMergeContextMenuPackage.msix
63 ShellExtension/WinMergePkg/resources.pri
64 ShellExtension/WinMergePkg/AppxManifest.xml
65 ShellExtension/publisher.txt
66 packages/
67 Plugins/**/dlldata.c
68 Plugins/**/*_i.c
69 Plugins/**/*_i.h
70 Plugins/**/*_p.c
71 Plugins/src_VCPP/DisplayBinaryFiles/DisplayBinaryFiles.h
72 Plugins/src_VCPP/DisplayXMLFiles/DisplayXMLFiles.h
73 Plugins/src_VCPP/HideFirstLetter/HideFirstLetter.h
74 Plugins/src_VCPP/EditBinaryFiles/EditBinaryFiles.h
75 Plugins/src_VCPP/IgnoreColumns/IgnoreColumns.h
76 Plugins/src_VCPP/IgnoreCommentsC/IgnoreCommentsC.h
77 Plugins/src_VCPP/IgnoreFieldsComma/IgnoreFieldsComma.h
78 Plugins/src_VCPP/IgnoreFieldsTab/IgnoreFieldsTab.h
79 Plugins/src_VCPP/WatchBeginningOfLog/WatchBeginningOfLog.h
80 Plugins/src_VCPP/WatchEndOfLog/WatchEndOfLog.h