diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | papersplease/.gitignore | 1 | ||||
-rw-r--r-- | spigot/.gitignore | 1 | ||||
-rw-r--r-- | st-custom/.gitignore | 1 | ||||
-rw-r--r-- | the-binding-of-isaac/.gitignore | 1 |
5 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4aa7a07 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*/src/ +*/pkg/ +*.pkg.tar* diff --git a/papersplease/.gitignore b/papersplease/.gitignore new file mode 100644 index 0000000..453ed14 --- /dev/null +++ b/papersplease/.gitignore @@ -0,0 +1 @@ +papers-please_*.tar.gz diff --git a/spigot/.gitignore b/spigot/.gitignore new file mode 100644 index 0000000..b63f7d6 --- /dev/null +++ b/spigot/.gitignore @@ -0,0 +1 @@ +BuildTools.jar diff --git a/st-custom/.gitignore b/st-custom/.gitignore new file mode 100644 index 0000000..5979724 --- /dev/null +++ b/st-custom/.gitignore @@ -0,0 +1 @@ +st/ diff --git a/the-binding-of-isaac/.gitignore b/the-binding-of-isaac/.gitignore new file mode 100644 index 0000000..2edb83b --- /dev/null +++ b/the-binding-of-isaac/.gitignore @@ -0,0 +1 @@ +the_binding_of_isaac_wrath_of_the_lamb-linux.tar.gz |