diff options
author | John Ankarström <john@ankarstrom.se> | 2020-10-31 18:49:56 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-10-31 18:49:56 +0100 |
commit | fd112b4fd3aec3c7fa10f27b6e36909872569555 (patch) | |
tree | 0f379153385eb5cd60a81936c0d10669f011a5a2 | |
parent | fae1b79fad92355f673efce07e29ca98b0f66d25 (diff) | |
download | ahk-fd112b4fd3aec3c7fa10f27b6e36909872569555.tar.gz |
start ignoring out/ directory
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | out/arrowdown.bmp | bin | 938 -> 0 bytes | |||
-rw-r--r-- | out/arrowup.bmp | bin | 938 -> 0 bytes | |||
-rw-r--r-- | out/bluesection.bmp | bin | 158 -> 0 bytes | |||
-rw-r--r-- | out/db.sqlite3 | bin | 28672 -> 0 bytes | |||
-rw-r--r-- | out/ru.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | out/sv.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | out/whitesection.bmp | bin | 158 -> 0 bytes |
8 files changed, 1 insertions, 1 deletions
@@ -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 Binary files differdeleted file mode 100644 index 83848f0..0000000 --- a/out/arrowdown.bmp +++ /dev/null diff --git a/out/arrowup.bmp b/out/arrowup.bmp Binary files differdeleted file mode 100644 index f83122f..0000000 --- a/out/arrowup.bmp +++ /dev/null diff --git a/out/bluesection.bmp b/out/bluesection.bmp Binary files differdeleted file mode 100644 index e7e940a..0000000 --- a/out/bluesection.bmp +++ /dev/null diff --git a/out/db.sqlite3 b/out/db.sqlite3 Binary files differdeleted file mode 100644 index 25b2944..0000000 --- a/out/db.sqlite3 +++ /dev/null diff --git a/out/ru.ico b/out/ru.ico Binary files differdeleted file mode 100644 index 15a0616..0000000 --- a/out/ru.ico +++ /dev/null diff --git a/out/sv.ico b/out/sv.ico Binary files differdeleted file mode 100644 index b0b2549..0000000 --- a/out/sv.ico +++ /dev/null diff --git a/out/whitesection.bmp b/out/whitesection.bmp Binary files differdeleted file mode 100644 index aae32fd..0000000 --- a/out/whitesection.bmp +++ /dev/null |