summaryrefslogtreecommitdiffstatshomepage
path: root/projects
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-12-08 11:46:15 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-12-08 11:46:15 +0100
commit124f30dbbc30b0153e1070a5db09e577b4af1919 (patch)
tree3f6c0a86c6e63ac971cb3436b2911a5099be687b /projects
parent3408ed0ae5525882f35e0f796e6d6c17e12fe849 (diff)
Enable building projects that are separate of MAME but use same core and lives in separate git tree (nw)
Diffstat (limited to 'projects')
-rw-r--r--projects/.gitignore3
-rw-r--r--projects/README.md4
2 files changed, 7 insertions, 0 deletions
diff --git a/projects/.gitignore b/projects/.gitignore
new file mode 100644
index 00000000000..06f2df04add
--- /dev/null
+++ b/projects/.gitignore
@@ -0,0 +1,3 @@
+*
+!/.gitignore
+!/README.md
diff --git a/projects/README.md b/projects/README.md
new file mode 100644
index 00000000000..c04bc3f7c9f
--- /dev/null
+++ b/projects/README.md
@@ -0,0 +1,4 @@
+# **Projects** #
+
+This is place where source code projects outside of MAME lives.
+Here you can git clone that kind of project and make it with "make PROJECT=example" \ No newline at end of file