-
Notifications
You must be signed in to change notification settings - Fork 19
/
.gitignore
84 lines (61 loc) · 1.68 KB
/
.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
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
83
84
*.ac
*.am
*.ch*
.svn/entries
.svn/format
*.svn-base
.svn/wc.db
synctex-*
tests/*
synctex.c
synctex.defines
synctex.test
synctex.pc.in
synctex.h
DerivedData/*
*xcodeproj*
build
meson/build
documentation
!document/DoxyFile
!document/Readme.md
.vscode
synctex test files/1/big/1.synctex
synctex test files/1/big/1.pdf
synctex standalone/test_*/**/*-blx.bib
synctex standalone/test_*/**/*.1"
synctex standalone/test_*/**/*.acn
synctex standalone/test_*/**/*.acr
synctex standalone/test_*/**/*.alg
synctex standalone/test_*/**/*.aux
synctex standalone/test_*/**/*.bbl
synctex standalone/test_*/**/*.blg
synctex standalone/test_*/**/*.end
synctex standalone/test_*/**/*.fdb_latexmk
synctex standalone/test_*/**/*.glg
synctex standalone/test_*/**/*.glo
synctex standalone/test_*/**/*.gls
synctex standalone/test_*/**/*.idx
synctex standalone/test_*/**/*.ind
synctex standalone/test_*/**/*.ilg
synctex standalone/test_*/**/*.ist
synctex standalone/test_*/**/*.lof
synctex standalone/test_*/**/*.log
synctex standalone/test_*/**/*.lot
synctex standalone/test_*/**/*.out
synctex standalone/test_*/**/*.pdf
synctex standalone/test_*/**/*.run.xml
synctex standalone/test_*/**/*.sind
synctex standalone/test_*/**/*.synctex
synctex standalone/test_*/**/*.synctex.gz
synctex standalone/test_*/**/*.toc
test standalone/**/lua_modules/lib/lua
test standalone/**/lua_modules/lib/luarocks/rocks-5.3/luafilesystem
test standalone/**/lua_modules/lib/luarocks/rocks-5.3/penlight/**/tests
test standalone/**/lua_modules/**/*.rockspec
test standalone/**/lua_modules/**/rock_manifest
test standalone/cfg/**/user/*.lua
__pycache__/
meson/__pycache__/
meson/utils/__pycache__/
meson/utils/__pycache__/uuid.cpython-310.pyc