projects
/
T7
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add dvisvgm4ht module to compile correctly shemes in html docs
[T7]
/
.gitignore
1
# Prerequisites
2
*.d
3
4
# Object files
5
*.o
6
*.ko
7
*.obj
8
*.elf
9
10
# Linker output
11
*.ilk
12
*.map
13
*.exp
14
15
# Make output
16
makefile.dep
17
18
# Precompiled Headers
19
*.gch
20
*.pch
21
22
# Libraries
23
*.lib
24
*.a
25
*.la
26
*.lo
27
28
# Shared objects (inc. Windows DLLs)
29
*.dll
30
*.so
31
*.so.*
32
*.dylib
33
34
# Executables
35
*.exe
36
*.out
37
*.app
38
*.i*86
39
*.x86_64
40
*.hex
41
42
# Debug files
43
*.dSYM/
44
*.su
45
*.idb
46
*.pdb
47
48
# Kernel Module Compile Results
49
*.mod*
50
*.cmd
51
.tmp_versions/
52
modules.order
53
Module.symvers
54
Mkfile.old
55
dkms.conf
56