From 6415cc3d1dd33c239594f60eff1cb1f586271fc1 Mon Sep 17 00:00:00 2001 From: Tharre Date: Tue, 7 Apr 2015 19:36:28 +0200 Subject: Add .gitignore's so all built files are ignored --- .gitignore | 3 +++ papersplease/.gitignore | 1 + spigot/.gitignore | 1 + st-custom/.gitignore | 1 + the-binding-of-isaac/.gitignore | 1 + 5 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 papersplease/.gitignore create mode 100644 spigot/.gitignore create mode 100644 st-custom/.gitignore create mode 100644 the-binding-of-isaac/.gitignore 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 -- cgit v1.2.3-70-g09d2