Skip to content

Commit

Permalink
Update .gitignore from .hgignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrodriguez committed Mar 18, 2016
1 parent da27e6a commit 935bfe0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
*.pyc
*.orig
*.csv
*.iml
*.swp
*.swn
*.swo
*.class
*.log
*.bak
*.aux
*.pdf
*.dot
*.pyc
*.hprof
*.json
*.log
*.cfg
*.bgv
*.jar
*.zip
*.rej
*~
core.*
/mx.graal-core/env
/mx.graal-core/eclipse-launches/
/graal.options
/workingsets.xml
/.idea
/mxbuild
Expand All @@ -18,3 +41,6 @@ ecj.jar
/graal/*/*.iml
/graal/*/.factorypath
/graal/*.dist/
/scratch/
/test-output/
.DS_Store

0 comments on commit 935bfe0

Please sign in to comment.