diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-02-18 17:41:13 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-02-18 17:41:13 +0100 |
commit | cbfdf3d4bf904599a1e04cf1f338e4f30648a8e9 (patch) | |
tree | 3366d2193668acef4d38e3b8f0033f2b34b19ba7 | |
parent | 019cf979760564f42d1511b4482a2aa63832f9a9 (diff) | |
download | arch-mirror-tools-cbfdf3d4bf904599a1e04cf1f338e4f30648a8e9.tar.gz arch-mirror-tools-cbfdf3d4bf904599a1e04cf1f338e4f30648a8e9.tar.xz |
Add .gitignore for settings and cookies
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..904caa7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +cookie_jar +settings.conf |