aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-10-31 18:49:56 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-10-31 18:49:56 +0100
commitfd112b4fd3aec3c7fa10f27b6e36909872569555 (patch)
tree0f379153385eb5cd60a81936c0d10669f011a5a2
parentfae1b79fad92355f673efce07e29ca98b0f66d25 (diff)
downloadahk-fd112b4fd3aec3c7fa10f27b6e36909872569555.tar.gz
start ignoring out/ directory
-rw-r--r--.gitignore2
-rw-r--r--out/arrowdown.bmpbin938 -> 0 bytes
-rw-r--r--out/arrowup.bmpbin938 -> 0 bytes
-rw-r--r--out/bluesection.bmpbin158 -> 0 bytes
-rw-r--r--out/db.sqlite3bin28672 -> 0 bytes
-rw-r--r--out/ru.icobin1150 -> 0 bytes
-rw-r--r--out/sv.icobin1150 -> 0 bytes
-rw-r--r--out/whitesection.bmpbin158 -> 0 bytes
8 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index cd54168..466e248 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-out/scripts.ahk \ No newline at end of file
+out/ \ No newline at end of file
diff --git a/out/arrowdown.bmp b/out/arrowdown.bmp
deleted file mode 100644
index 83848f0..0000000
--- a/out/arrowdown.bmp
+++ /dev/null
Binary files differ
diff --git a/out/arrowup.bmp b/out/arrowup.bmp
deleted file mode 100644
index f83122f..0000000
--- a/out/arrowup.bmp
+++ /dev/null
Binary files differ
diff --git a/out/bluesection.bmp b/out/bluesection.bmp
deleted file mode 100644
index e7e940a..0000000
--- a/out/bluesection.bmp
+++ /dev/null
Binary files differ
diff --git a/out/db.sqlite3 b/out/db.sqlite3
deleted file mode 100644
index 25b2944..0000000
--- a/out/db.sqlite3
+++ /dev/null
Binary files differ
diff --git a/out/ru.ico b/out/ru.ico
deleted file mode 100644
index 15a0616..0000000
--- a/out/ru.ico
+++ /dev/null
Binary files differ
diff --git a/out/sv.ico b/out/sv.ico
deleted file mode 100644
index b0b2549..0000000
--- a/out/sv.ico
+++ /dev/null
Binary files differ
diff --git a/out/whitesection.bmp b/out/whitesection.bmp
deleted file mode 100644
index aae32fd..0000000
--- a/out/whitesection.bmp
+++ /dev/null
Binary files differ