summaryrefslogtreecommitdiffstats
path: root/conf/gitignore/MetaProgrammingSystem
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-28 10:44:04 +0200
committerUnknwon <u@gogs.io>2015-08-28 10:44:04 +0200
commit46bee50e45ef8f3e9f3727649fa24d50bb2fc782 (patch)
tree3b55f109f957c54890972d533af435d3a3ed8e96 /conf/gitignore/MetaProgrammingSystem
parent#1474 Edit New issue UpdateGravatarSource() assumes insecure protocol (diff)
downloadforgejo-46bee50e45ef8f3e9f3727649fa24d50bb2fc782.tar.xz
forgejo-46bee50e45ef8f3e9f3727649fa24d50bb2fc782.zip
complate list of gitignores and licenses
Diffstat (limited to 'conf/gitignore/MetaProgrammingSystem')
-rw-r--r--conf/gitignore/MetaProgrammingSystem16
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/gitignore/MetaProgrammingSystem b/conf/gitignore/MetaProgrammingSystem
new file mode 100644
index 0000000000..3e75841041
--- /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