diff options
author | Michael Ford <fanquake@gmail.com> | 2015-02-02 21:19:50 +0800 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-04-20 13:29:20 +0200 |
commit | c2f21612caa02041eb1198ad72a812a6d22fdf9b (patch) | |
tree | c38a82926e478e7c616dbad5983272ab59b3e8f7 /depends/.gitignore | |
parent | fa535f9a5bb96895dc62cc975348e0944037596a (diff) |
Add x86_64* i686* mips* and arm* to depends .gitignore
Diffstat (limited 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 82c48638b0..1f163897b9 100644 --- a/depends/.gitignore +++ b/depends/.gitignore @@ -3,3 +3,7 @@ work/ built/ sources/ config.site +x86_64* +i686* +mips* +arm* |