From 46bee50e45ef8f3e9f3727649fa24d50bb2fc782 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 28 Aug 2015 16:44:04 +0800 Subject: complate list of gitignores and licenses --- conf/gitignore/MetaProgrammingSystem | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 conf/gitignore/MetaProgrammingSystem (limited to 'conf/gitignore/MetaProgrammingSystem') diff --git a/conf/gitignore/MetaProgrammingSystem b/conf/gitignore/MetaProgrammingSystem new file mode 100644 index 00000000..3e758410 --- /dev/null +++ b/conf/gitignore/MetaProgrammingSystem @@ -0,0 +1,16 @@ +workspace.xml +junitvmwatcher*.properties +build.properties + +# generated java classes and java source files +# manually add any custom artifacts that can't be generated from the models +# http://confluence.jetbrains.com/display/MPSD25/HowTo+--+MPS+and+Git +classes_gen +source_gen +source_gen.caches + +# generated test code and test results +test_gen +test_gen.caches +TEST-*.xml +junit*.properties -- cgit v1.2.3