diff options
author | Tharre <tharre3@gmail.com> | 2015-04-07 19:36:28 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2015-04-07 19:36:28 +0200 |
commit | 6415cc3d1dd33c239594f60eff1cb1f586271fc1 (patch) | |
tree | 8ed4e1e277462179d9dca3f3d5b0ae6ff350d0e4 | |
parent | 5f2c8617ead51f7bbcd4fe71b1ce3a79f1c6e991 (diff) | |
download | pkgbuilds-6415cc3d1dd33c239594f60eff1cb1f586271fc1.tar.gz pkgbuilds-6415cc3d1dd33c239594f60eff1cb1f586271fc1.tar.xz pkgbuilds-6415cc3d1dd33c239594f60eff1cb1f586271fc1.zip |
Add .gitignore's so all built files are ignored
-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 |