forked from oracle/graalpython
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
70 lines (69 loc) · 1.01 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
build.xml
.classpath
.factorypath
.project
com.oracle.graal.python.iml
com.oracle.graal.python.test.iml
*.settings
nbproject
*.jar
*.zip
*.sha1
env
*.pyc
currentAnnotationProcessors
mxbuild/mx.graalpython/savedDeps
mxbuild
workingsets.xml
.idea
GRAALPYTHON.dist
GRAALPYTHON_UNIT_TESTS.dist
mx.graalpython/eclipse-launches
asv
*.json
!**/resources/*.json
language
*.bc
*.iml
/.metadata
/dumps
/graalpython/testfiles/
/hs_err*.log
*.dist
.cache
/scripts/setup_active_library_branch.sh
/*.py
*.o
*.so
*.dylib
*.rej
.checkstyle
/mx.imports
.pydevproject
## local dev and debug files
/snapshots/
/testpkg/
/vcrlog
/out
/out?
/*.py
/*.c
/request_cache/
/org.eclipse.jdt.core.prefs
Python3.g4.stamp
*.orig
/*.diff
/testenv
## generated from: pyhocon -i ci.hocon -f json -o ci.json
/ci.json
/*.err
/graalpython/include/*
/.*.csv*
/graal_dumps
*.jfr
.DS_Store
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/.antlr/
graalpython/lib-python/3/test/data
!graalpython/lib-python/3/test/data/README
/venv
*.code-workspace