diff options
author | garret <garret@airmail.cc> | 2022-08-05 02:35:49 +0100 |
---|---|---|
committer | garret <garret@airmail.cc> | 2022-08-05 02:35:49 +0100 |
commit | 84915e385937b3c2af67972840290a3ce4545678 (patch) | |
tree | 1de02961ce7417d50bfd15044b99554e6eecf2d6 | |
parent | 7876e626d73b8010ed63a2423c354f2412f318be (diff) | |
download | aegisub-scripts-84915e385937b3c2af67972840290a3ce4545678.tar.gz aegisub-scripts-84915e385937b3c2af67972840290a3ce4545678.tar.bz2 aegisub-scripts-84915e385937b3c2af67972840290a3ce4545678.zip |
update gitignore
-rw-r--r-- | .gitignore | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -1,15 +1,2 @@ -* (copy)* # normally for testing stuff without having to piss around with git to get it back to how it was -# yes, i know that defeats the entire point of git, but i don't really care -# i'm only using it as an easy-ish way to have everything in one place that other people can access - -# private stuff for specific purposes -*seapega-cope-edition* -bs-* - -# stuff that, for whatever reason, i've started but never finished -# ranges from "notes in a text file", to "works perfectly but is horribly inefficient" -# available on request if you really want them -*.stalled.* - -# me reading crap in browser with pandoc *.html +not-git/ |