diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..98276856 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +/lib/*.ppu +/lib/*.a +/lib/*.o +/release/*.svg +/release/*.iso +/bin/*.bin +/iso/boot/asuro.bin +/*.iso +/*.md5 +/*.sh~ +/*.img diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 00000000..c96a04f0 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 00000000..c96a04f0 --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/release/.gitignore b/release/.gitignore new file mode 100644 index 00000000..c96a04f0 --- /dev/null +++ b/release/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file