From: blitz-research Date: Wed, 22 Jan 2014 23:08:27 +0000 (+1300) Subject: Updated gitignores. X-Git-Tag: v150~22 X-Git-Url: https://jcornell.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=f909e3efdd117dd49cceb87db6aeed5c4fc3c6d6;p=blitzmax.git Updated gitignores. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e359f8a --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +/bin/* +/lib/* +/cfg/* +/tmp/* +/doc/* +!/doc/bmxstyle.css +/docs/html +*.x86.s +*.x86.o +*.x86.a +*.x86.i diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..f935021 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1 @@ +!.gitignore diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 0000000..f935021 --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1 @@ +!.gitignore