diff options
author | garret <garret@airmail.cc> | 2021-08-10 02:16:04 +0100 |
---|---|---|
committer | garret <garret@airmail.cc> | 2021-08-10 02:16:04 +0100 |
commit | 753c6334b3f0eb8713112ef0934d0ea3241f2000 (patch) | |
tree | d7663e16314056e2e024ee27b19ab7c6077aeb1b | |
parent | c0e33d0ebdee8ab21e753bdee64f2ab95af84d14 (diff) | |
download | aegisub-scripts-753c6334b3f0eb8713112ef0934d0ea3241f2000.tar.gz aegisub-scripts-753c6334b3f0eb8713112ef0934d0ea3241f2000.tar.bz2 aegisub-scripts-753c6334b3f0eb8713112ef0934d0ea3241f2000.zip |
add gitignore
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7d16068 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +* (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.* |