From 244e19ae5a42f5d13a514b08e5a6727853808851 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sat, 15 Sep 2012 14:45:56 +0200 Subject: [PATCH] Necessary files for working ratbox in case of git checkout in directory /ratbox --- .gitignore | 2 ++ log/.keep | 0 stimuls/1.bmp | 1 + stimuls/2.bmp | 1 + stimuls/3.bmp | 1 + stimuls/4.bmp | 1 + stimuls/5.bmp | 1 + stimuls/6.bmp | 1 + stimuls/clear.bmp | 1 + system/defconf.rbconf | 0 10 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 log/.keep create mode 120000 stimuls/1.bmp create mode 120000 stimuls/2.bmp create mode 120000 stimuls/3.bmp create mode 120000 stimuls/4.bmp create mode 120000 stimuls/5.bmp create mode 120000 stimuls/6.bmp create mode 120000 stimuls/clear.bmp create mode 100644 system/defconf.rbconf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e3374ab --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +log/* diff --git a/log/.keep b/log/.keep new file mode 100644 index 0000000..e69de29 diff --git a/stimuls/1.bmp b/stimuls/1.bmp new file mode 120000 index 0000000..cd0e2ed --- /dev/null +++ b/stimuls/1.bmp @@ -0,0 +1 @@ +../stimul1.bmp \ No newline at end of file diff --git a/stimuls/2.bmp b/stimuls/2.bmp new file mode 120000 index 0000000..1f4dcef --- /dev/null +++ b/stimuls/2.bmp @@ -0,0 +1 @@ +../stimul2.bmp \ No newline at end of file diff --git a/stimuls/3.bmp b/stimuls/3.bmp new file mode 120000 index 0000000..df80258 --- /dev/null +++ b/stimuls/3.bmp @@ -0,0 +1 @@ +../stimul3.bmp \ No newline at end of file diff --git a/stimuls/4.bmp b/stimuls/4.bmp new file mode 120000 index 0000000..a145d87 --- /dev/null +++ b/stimuls/4.bmp @@ -0,0 +1 @@ +../stimul4.bmp \ No newline at end of file diff --git a/stimuls/5.bmp b/stimuls/5.bmp new file mode 120000 index 0000000..8bafb02 --- /dev/null +++ b/stimuls/5.bmp @@ -0,0 +1 @@ +../stimul5.bmp \ No newline at end of file diff --git a/stimuls/6.bmp b/stimuls/6.bmp new file mode 120000 index 0000000..c10562b --- /dev/null +++ b/stimuls/6.bmp @@ -0,0 +1 @@ +../stimul6.bmp \ No newline at end of file diff --git a/stimuls/clear.bmp b/stimuls/clear.bmp new file mode 120000 index 0000000..d4a8cdb --- /dev/null +++ b/stimuls/clear.bmp @@ -0,0 +1 @@ +../clear.bmp \ No newline at end of file diff --git a/system/defconf.rbconf b/system/defconf.rbconf new file mode 100644 index 0000000..e69de29