diff options
| author | Rafaël Carré <funman@videolan.org> | 2012-01-24 17:00:26 -0500 |
|---|---|---|
| committer | Rafaël Carré <funman@videolan.org> | 2012-01-24 17:00:26 -0500 |
| commit | 76440aa214765037139aa9d74c4450f4045f38e1 (patch) | |
| tree | 3f6dd3ed89bf61e1e32a3ab02cb0a8c93ea77e0b | |
| parent | fee6f80fb8bca110a03fc7693a17f4c5e4b798d2 (diff) | |
| download | rockbox-76440aa214765037139aa9d74c4450f4045f38e1.zip rockbox-76440aa214765037139aa9d74c4450f4045f38e1.tar.gz rockbox-76440aa214765037139aa9d74c4450f4045f38e1.tar.bz2 rockbox-76440aa214765037139aa9d74c4450f4045f38e1.tar.xz | |
mkamsboot: ignore built files / folders
| -rw-r--r-- | rbutil/mkamsboot/.gitignore | 2 | ||||
| -rw-r--r-- | rbutil/mkamsboot/dualboot/.gitignore | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/rbutil/mkamsboot/.gitignore b/rbutil/mkamsboot/.gitignore new file mode 100644 index 0000000..568b1d5 --- /dev/null +++ b/rbutil/mkamsboot/.gitignore @@ -0,0 +1,2 @@ +build/ +mkamsboot diff --git a/rbutil/mkamsboot/dualboot/.gitignore b/rbutil/mkamsboot/dualboot/.gitignore new file mode 100644 index 0000000..a0ed5f4 --- /dev/null +++ b/rbutil/mkamsboot/dualboot/.gitignore @@ -0,0 +1,3 @@ +*.arm-bin +*.o +bin2c |