forked from TellinaTool/nl2bash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
75 lines (63 loc) · 794 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
73
74
75
# LaTeX junk
*.aux
*.log
*.bbl
*.blg
*.fdb_latexmk
*.fls
*.pdf
*.synctex.gz
*.out
*.dvi
# uncompressed StackOverflow data
*.sqlite
# IDE junk
*.sublime-*
# Python
*.pyc
# Java
*.class
# moses files
*.final
*.vcb
# auto-generated files
parsetab.py
/man-parser/out
# Shell scripts
*.sh
# Database file
*.db
*.txt
# Misc
MANIFEST
.DS_Store
*.csv
*.key
eval.*
temp*.txt
*dump*.txt
spell.txt
manual.eval.results*
*beam_search.eval
beam_search*eval*
*.swp
*.swo
*.debug
/paper
/data/reader
tools/spellcheck/*.txt
grammar/primitive_cmds_grammar2.json
# IDE-specific stuff:
__pycache__
.idea
*.iml
site_config.py
# production of intellij project
parsers/out/production/*
# sensitive data
shallow_baselines/knn/data/*
shallow_baselines/ibm/data/*
data/bash/*
parsers/test_data/*
*.cm*
*.nl*