forked from sumatrapdfreader/sumatrapdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
46 lines (46 loc) · 807 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
*.suo
*.aps
*.opensdf
*.sdf
*.vspx
*pyc
*.vcxproj.user
*.cov
*.db
*.opendb
scripts/config.py
scripts/secrets.json
out.txt
out/
builds/
mupdf/generated/
vs2022/.vs/
vs2022-clang/.vs/
.vscode/db/
.vscode/ipch/
bin/cmapdump.exe
drmemlogs/
# src/utils/BuildConfig.h
build-log.txt
analyze-output.txt
analyze-errors.html
CoverageReport*
LastCoverageResults.log
artifacts/
.idea/
src/.vscode
tools/pdfjs/coverage/
cppcheck.out.txt
clangtidy.out.txt
website/dl2
node_modules
docs.epub
docs_epub_tmp
this_is_invalid_location
docs/www/*.html
docs/www/img/
# https://stackoverflow.com/questions/10755655/git-ignore-tracked-files
# git update-index --assume-unchanged .\docs\manual.dat
# git update-index --no-assume-unchanged .\docs\manual.dat
docs/manual.dat
vs2022-clang/