-
Notifications
You must be signed in to change notification settings - Fork 30
/
.gitignore
129 lines (117 loc) · 3.26 KB
/
.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Top level gitignore file.
#
# This is the master ignore file. There should be no others, except for those
# tracked in subrepositories.
#
# In general, the blaze build system ensures a pretty clean tree, so there
# aren't many things to ignore. The exceptions are the local python virtual
# environment, and files which are generated from running programs "in-tree",
# i.e. without using the `blaze run` sandbox.
# OS garbage.
.DS_Store
# Build system.
/bazel-*
# The "husky" package for pre-commit hooks is written in node.
/node_modules
# In-tree generated files.
/bootstrap.sh
/learn/docker/clgen/*.tar.bz2
/experimental/deeplearning/clgen/docker_worker/*.tar.bz2
/experimental/deeplearning/clgen/docker_worker/cache
/experimental/deeplearning/clgen/docker_worker/corpus
/experimental/deeplearning/deepsmith/opencl_fuzz/*.tar
/experimental/deeplearning/deepsmith/opencl_fuzz/*.tar.gz
/experimental/deeplearning/deepsmith/opencl_fuzz/model
# Python files which are generated from in-tree execution.
*.pyc
.ipynb_checkpoints
.pytest_cache
__pycache__
# LaTeX files from in-tree builds.
/docs/**/*-blx.bib
/docs/**/*.acn
/docs/**/*.acr
/docs/**/*.alg
/docs/**/*.aux
/docs/**/*.bbl
/docs/**/*.bcf
/docs/**/*.blg
/docs/**/*.dvi
/docs/**/*.fdb_latexmk
/docs/**/*.fls
/docs/**/*.glg
/docs/**/*.glo
/docs/**/*.gls
/docs/**/*.idx
/docs/**/*.ilg
/docs/**/*.ind
/docs/**/*.ist
/docs/**/*.loa
/docs/**/*.lof
/docs/**/*.log
/docs/**/*.lol
/docs/**/*.lot
/docs/**/*.maf
/docs/**/*.mtc
/docs/**/*.mtc0
/docs/**/*.nav
/docs/**/*.nlo
/docs/**/*.out
/docs/**/*.pdfsync
/docs/**/*.ps
/docs/**/*.run.xml
/docs/**/*.snm
/docs/**/*.synctex.gz
/docs/**/*.tdo
/docs/**/*.toc
/docs/**/*.vrb
/docs/**/*.xdy
/docs/**/.autotex.deps
# User specific settings for IntelliJ.
/.clwb
/.idea/workspace.xml
/.idea/tasks.xml
/.ijwb
/.project/.idea/misc.xml
/.project/.idea/tasks.xml
/.project/.idea/workspace.xml
# Files generated by Bazel plugin.
/.project/
/.project/.blaze/modules/.workspace.iml
# In-tree configuration files.
/deeplearning/deepsmith/tests/data/datastores/*
!/deeplearning/deepsmith/tests/data/datastores/sqlite_file.pbtxt
!/deeplearning/deepsmith/tests/data/datastores/sqlite_memory.pbtxt
# Unpacked talk archives.
/talks/2014_10_kickoff/2014_10_kickoff/
/talks/2014_10_skel/2014_10_skel/
/talks/2015_03_ipp/2015_03_ipp/
/talks/2015_03_proposal/2015_03_proposal/
/talks/2015_05_conf/2015_05_conf/
/talks/2016_01_adapt/slides.key
/talks/2016_01_hlpgpu/2016-01-hlpgpu/
/talks/2016_02_ppar/2016_02_ppar/
/talks/2016_05_amazon/2016_05_amazon/
/talks/2016_07_ocado/2016_07_ocado/
/talks/2016_09_codeplay/2016-09-codeplay/
/talks/2016_11_first_year_review/2016_11_first_year_review/
/talks/2016_11_ppar/2016_11_ppar/
/talks/2017_02_cgo/2017-02-cgo/
/talks/2017_03_spls/2017_03_spls/
/talks/2017_06_ppar/2017_06_ppar/
/talks/2017_09_pact/2017-09-pact/
/talks/2017_10_ppar/2017_10_ppar/
/talks/2017_12_second_year_review/2017_12_second_year_review/
/talks/2018_01_google/2018_01_google/
/talks/2018_03_facebook/2018_03_facebook/
/talks/2018_07_isagt/2018_07_isagt/
/talks/2018_07_issta/slides/
# ML4PL w/ Zach
/deeplearning/ml4pl/scripts/**/run*.sh
/deeplearning/ml4pl/scripts/**/slurm-*.out
/deeplearning/ml4pl/scripts/**/README*.txt
/data/
/.vscode/
/deeplearning/ml4pl/.env
/deeplearning/ml4pl/.vscode/
deeplearning/ml4pl/graphs/programl_pb2.py