diff options
| author | Michael Ford <[email protected]> | 2015-02-02 21:19:50 +0800 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-04-20 13:29:20 +0200 |
| commit | c2f21612caa02041eb1198ad72a812a6d22fdf9b (patch) | |
| tree | c38a82926e478e7c616dbad5983272ab59b3e8f7 | |
| parent | Remove folder and images for bootstrap.md (diff) | |
| download | discoin-c2f21612caa02041eb1198ad72a812a6d22fdf9b.tar.xz discoin-c2f21612caa02041eb1198ad72a812a6d22fdf9b.zip | |
Add x86_64* i686* mips* and arm* to depends .gitignore
| -rw-r--r-- | depends/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/depends/.gitignore b/depends/.gitignore index 82c48638b..1f163897b 100644 --- a/depends/.gitignore +++ b/depends/.gitignore @@ -3,3 +3,7 @@ work/ built/ sources/ config.site +x86_64* +i686* +mips* +arm* |