summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/.gitignore4
-rw-r--r--config/romlist.template2
-rw-r--r--config/systems/.example6
-rw-r--r--config/systems/.gitignore3
4 files changed, 0 insertions, 15 deletions
diff --git a/config/.gitignore b/config/.gitignore
deleted file mode 100644
index c2b1351..0000000
--- a/config/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*
-!.gitignore
-!romlist.template
-!systems
diff --git a/config/romlist.template b/config/romlist.template
deleted file mode 100644
index 15c5ee1..0000000
--- a/config/romlist.template
+++ /dev/null
@@ -1,2 +0,0 @@
-# Name of file should be romlist_[SYSTEM NAME] (i.e., romlist_nes) for each system
-# "NAME" "PATH" "SYSTEM NAME"
diff --git a/config/systems/.example b/config/systems/.example
deleted file mode 100644
index f1381e7..0000000
--- a/config/systems/.example
+++ /dev/null
@@ -1,6 +0,0 @@
-# This is an example system script
-# It is a shell script which should define a launcher and optionally any flags
-# Example for an nes system config:
-
-launcher="/usr/bin/nes"
-flags="--fullscreen"
diff --git a/config/systems/.gitignore b/config/systems/.gitignore
deleted file mode 100644
index 19a8c43..0000000
--- a/config/systems/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*
-!.example
-!.gitignore