Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 177 Bytes

.hgignore

File metadata and controls

21 lines (21 loc) · 177 Bytes
 
1
2
3
4
5
syntax: glob
*~
*OPT.OBJ/*
*DBG.OBJ/*
*DBG.OBJD/*
Sep 23, 2016
Sep 23, 2016
6
7
out/*
*.pyc
Sep 29, 2016
Sep 29, 2016
8
9
10
11
12
13
14
15
16
17
*.bak
*.out
*.rej
*.patch
GPATH
GRTAGS
GTAGS
#*
.#*
.ycm_extra_conf.py*
Oct 12, 2016
Oct 12, 2016
18
19
fuzz/libFuzzer/*
fuzz/corpus
Jan 20, 2017
Jan 20, 2017
20
fuzz/out
Jul 3, 2017
Jul 3, 2017
21
.chk