OSDN Git Service

Modify "Tools - Generate Report" (Add column width definition to html output) (#1333...
[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 *.lastbuild
27 **/.vs
28 **/ipch
29 **/BuildTmp
30 **/Build
31 **/objARM64
32 **/objARM
33 **/obj64
34 **/obj
35 **/libARM64
36 **/libARM
37 **/lib64
38 **/lib
39 **/Release
40 **/Debug
41 **/DebugU
42 **/Release*MinDependency
43 **/Release*MinSize
44 **/Unicode Debug
45 **/Unicode Release
46 **/Unicode Release*MinDependency
47 **/Unicode Release*MinSize
48 **/ARM64Release
49 **/ARM64Debug
50 **/ARMRelease
51 **/ARMDebug
52 **/x64Release
53 **/x64Debug
54 **/Win32Release
55 **/Win32Debug
56 winmerge-cppcheck-build-dir/
57 Docs/Manual/Tools/ReadMe_ENG.html
58 Testing/Data/ShellFileOpTest/File1.txt
59 Testing/result-*.txt
60 Translations/WinMerge/MergeLang.lastbuild
61 ShellExtension/ShellExtension/*_i.c
62 ShellExtension/ShellExtension/*_p.c
63 ShellExtension/ShellExtension/dlldata.c
64 ShellExtension/ShellExtension/ShellExtension.h
65 ShellExtension/ShellExtension/ShellExtension_i.c
66 ShellExtension/ShellExtension/ShellExtension_p.c
67 ShellExtension/selfsigncert.cer
68 ShellExtension/selfsigncert.pfx
69 ShellExtension/WinMergeContextMenuPackage.msix
70 ShellExtension/WinMergePkg/resources.pri
71 ShellExtension/WinMergePkg/AppxManifest.xml
72 ShellExtension/publisher.txt
73 packages/
74 Plugins/**/dlldata.c
75 Plugins/**/*_i.c
76 Plugins/**/*_i.h
77 Plugins/**/*_p.c
78 Plugins/src_VCPP/DisplayBinaryFiles/DisplayBinaryFiles.h
79 Plugins/src_VCPP/DisplayXMLFiles/DisplayXMLFiles.h
80 Plugins/src_VCPP/HideFirstLetter/HideFirstLetter.h
81 Plugins/src_VCPP/EditBinaryFiles/EditBinaryFiles.h
82 Plugins/src_VCPP/IgnoreColumns/IgnoreColumns.h
83 Plugins/src_VCPP/IgnoreCommentsC/IgnoreCommentsC.h
84 Plugins/src_VCPP/IgnoreFieldsComma/IgnoreFieldsComma.h
85 Plugins/src_VCPP/IgnoreFieldsTab/IgnoreFieldsTab.h
86 Plugins/src_VCPP/WatchBeginningOfLog/WatchBeginningOfLog.h
87 Plugins/src_VCPP/WatchEndOfLog/WatchEndOfLog.h