Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

MetaProgrammingSystem.gitignore 440B

1234567891011121314151617181920
  1. # General
  2. workspace.xml
  3. junitvmwatcher*.properties
  4. build.properties
  5. # generated java classes and java source files
  6. # custom artifacts that can't be generated from the models you
  7. # should add them manually
  8. # see http://confluence.jetbrains.com/display/MPSD25/HowTo+--+MPS+and+Git
  9. # for further reference
  10. classes_gen
  11. source_gen
  12. source_gen.caches
  13. # generated test code and test results
  14. test_gen
  15. test_gen.caches
  16. TEST-*.xml
  17. junit*.properties