Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gilles-duboscq committed Feb 3, 2016
1 parent 6daee42 commit 9618343
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
*.pyc
*.orig
/mx.graal/env
/mx.graal/eclipse-launches/
/workingsets.xml
/.idea
/mxbuild
ecj.jar
/javadoc
/graal/*/nbproject/
/graal/*/build.xml
/graal/*/.settings
/graal/*/.classpath
/graal/*/.project
/graal/*/bin/
/graal/*/.checkstyle
/graal/*/*.iml
/graal/*/.factorypath
/graal/*.dist/

0 comments on commit 9618343

Please sign in to comment.