-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
72 lines (63 loc) · 790 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
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
## file .gitignore
## in Bismon - see github.com/bstarynk/bismon for more.
*.o
*.so
*.gch
__timestamp*
_*.mjs
*prog
bismon
passwords_BM
BM_makeconst
BM_compile_module
BM_makeconst_dbg
BISMON-config
_bismon-makedep.mk
_bm_allconsts*.c
*_BM.const.h
_*ONIONBM.[ch]
.ninja*
*~
*-
*%
*.orig
_bismon-config.mk
_bm_config.h
_bm_config.c
_BM_compmod_*
_bismon-constants.c
_cflagsmodule.mk
*BM.const.h
core*
modules/_*_.c
modules/tmpmob*.c
modules/badm*.c
modulbin/*.so
*.html
_*.log
_*.pid
gmon.out
build.ninja
.ninja*
*.mkd
# documentation related
texput.log
doc/generated/*
doc/*.aux
doc/*.bbl
doc/*.log
doc/*.out
doc/*.pdf
doc/*.blg
doc/*.toc
doc/*.idx
doc/*.ind
doc/*.ilg
doc/*.haux
doc/*.hind
doc/*.htoc
doc/*.lof
doc/*.lot
doc/htmldoc/*
doc/bismon-html-doc.tar.gz
gccplugins/_*gty.h