Skip to content

Commit ad4c624

Browse files
committed
update gitignore
1 parent e193306 commit ad4c624

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ language
3434
/*.py
3535
*.o
3636
*.so
37+
*.rej
38+
.checkstyle
39+
/graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/*.interp
40+
/graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/*.tokens
41+
/graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3*.java
3742
/graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3.g4.stamp
3843
/mx.imports
3944
.pydevproject

0 commit comments

Comments
 (0)