Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Meta Programming System gitignore files #897

Closed
wants to merge 1 commit into from

Commits on May 6, 2014

  1. add Meta Programming System gitignore files

    The Meta Programming System is a language workbench created by JetBrains.
    
    http://jetbrains.com/mps/
    
    By default this file will ignore the generated java source and the compiled java classes that are
    produced by the language compiler. It will only add the Models which contain all information
    necessary to reproduce the the java source code and the the resulting class files.
    
    In addition to the generated source code it will ignore the test result files and test property files,
    because those are also generated from the models.
    
    The ignore file also prevents commiting the workspace.xml which contains the currently editor state,
    like open files and cursor position.
    coolya committed May 6, 2014
    Copy the full SHA
    51f1d9a View commit details
    Browse the repository at this point in the history