-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
57 lines (54 loc) · 815 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
.DS_Store
/code/**/*.pyc
/code/.ipynb_checkpoints
/code/.ipython/kernels/CLgen/kernel.json
/code/benchmarks/amd-app-sdk-3.0
/code/benchmarks/logs
/data/benchmarks
!/data/benchmarks/kernels/features.csv
/data/clgen-github-model-2016-nov-2048x3.tar.bz2
/data/clgen-10
/data/clgen-1000
/data/corpus.cl
/data/github.db
/data/tiny-corpus
/tex/*-blx.bib
/tex/*.acn
/tex/*.acr
/tex/*.alg
/tex/*.aux
/tex/*.bbl
/tex/*.bcf
/tex/*.blg
/tex/*.dvi
/tex/*.fdb_latexmk
/tex/*.fls
/tex/*.glg
/tex/*.glo
/tex/*.gls
/tex/*.idx
/tex/*.ilg
/tex/*.ind
/tex/*.ist
/tex/*.loa
/tex/*.lof
/tex/*.log
/tex/*.lol
/tex/*.lot
/tex/*.maf
/tex/*.mtc
/tex/*.mtc0
/tex/*.nav
/tex/*.nlo
/tex/*.out
/tex/*.pdfsync
/tex/*.ps
/tex/*.run.xml
/tex/*.snm
/tex/*.synctex.gz
/tex/*.tdo
/tex/*.toc
/tex/*.vrb
/tex/*.xdy
/tex/.autotex.deps
/tex/paper.pdf