-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgignore
53 lines (53 loc) · 881 Bytes
/
.hgignore
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
.*\.a$
.*\.cmi$
.*\.cmo$
.*\.d$
.*\.o$
.*\.o.*$
.*\.opic$
.*\.pyc$
.*\.so$
.*\.ko$
.*\.so\..*$
.*\.tar\.bz2$
.*\.tar\.gz$
.*~$
\#*\#$
.*\.flc$
.*\.orig$
.*\.rej$
.*/a\.out$
.*/Modules\.symvers$
.*/cscope\..*$
^cscope.*$
^[^/]*\.bz2$
^\.config$
^\.pc
^TAGS$
^tags$
^build-.*$
^dist/.*$
^tboot/common/tboot.lds$
^tboot/tboot$
^tboot/tboot-syms$
^tboot/tboot.gz$
^tboot/tboot.strip$
^deprecated/lcptools/tpmnv_defindex$
^deprecated/lcptools/tpmnv_getcap$
^deprecated/lcptools/tpmnv_lock$
^deprecated/lcptools/tpmnv_relindex$
^deprecated/lcptools/lcp_readpol$
^deprecated/lcptools/lcp_writepol$
^deprecated/lcptools/trousers_dep$
^lcptools-v2/lcp2_crtpol$
^lcptools-v2/lcp2_crtpolelt$
^lcptools-v2/lcp2_crtpollist$
^lcptools-v2/lcp2_mlehash$
^lcptools-v2/trousers_dep$
^tb_polgen/tb_polgen$
^utils/txt-acminfo$
^utils/txt-stat$
^utils/txt-parse_err$
^cov-int/.*$
^doxygen/.*$
.vscode/