-
-
Notifications
You must be signed in to change notification settings - Fork 393
Expand file tree
/
Copy path.gitignore
More file actions
82 lines (71 loc) · 1.55 KB
/
.gitignore
File metadata and controls
82 lines (71 loc) · 1.55 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
si# OS generated files #
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.vscode
.venv
.agent
# C++ Junk #
######################
*.aps
*.ilk
*.lib
*.obj
*.opensdf
*.pdb
*.pyc
*.res
*.sdf
*.suo
*.tlog
*.user
*.VC.db*
/.vs
/Bin
#/Build/Ignore*
#/Build/*portable*
/Build/notepad3*setup*
/Build/Resources
/Build/Packages
/_upgrade_backup
/other_sln/packages
### changes by Version.ps1 script ###
/_Version_*.cmd
/_Version_*.lnk
/Versions/build.txt
/Versions/day.txt
/res/Notepad3.exe.conf.manifest
/minipath/res/MiniPath.exe.manifest.conf
/src/VersionEx.h
/minipath/src/VersionEx.h
/test/test.log
/Notepad3.VC.VC.opendb
/grepWin/portables/*.zip
/np3portableapp/Signing*.cmd
/np3portableapp/Signing*.txt
/np3portableapp/_buildname.txt
/np3portableapp/Notepad3Portable*.7z
/np3portableapp/Notepad3Portable*.exe
/np3portableapp/Notepad3Portable*.exe
/np3portableapp/Notepad3Portable/Notepad3Portable*.exe
/np3portableapp/Notepad3Portable/App/AppInfo/appinfo.ini
/np3portableapp/Notepad3Portable/App/AppInfo/installer.ini
/np3portableapp/Notepad3Portable/App/DefaultData/settings/
/np3portableapp/Notepad3Portable/App/Notepad3/x64/*.exe
/np3portableapp/Notepad3Portable/App/Notepad3/x64/lng
/np3portableapp/Notepad3Portable/App/Notepad3/x86/*.exe
/np3portableapp/Notepad3Portable/App/Notepad3/x86/lng
/np3portableapp/Notepad3Portable/App/Notepad3/Docs/
#
# Upgrade staging directory
_upgrade_staging/
# Research documents (local only)
/todo/research/
# ARM64 build intermediate directories
**/ARM64/