diff options
author | Björn Gustavsson <[email protected]> | 2017-11-17 10:41:45 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-11-17 10:41:45 +0100 |
commit | 1b28a3de0cd2d3c9f42934e16de65003c2d10677 (patch) | |
tree | 2decb1578ee2834867f83e60252e3952af0ff08b | |
parent | 3a04bce780324de863e272fb5448c537943630c0 (diff) | |
parent | 39c5fb16a34c8ab5276ea7246c63cecb8150d83e (diff) | |
download | otp-1b28a3de0cd2d3c9f42934e16de65003c2d10677.tar.gz otp-1b28a3de0cd2d3c9f42934e16de65003c2d10677.tar.bz2 otp-1b28a3de0cd2d3c9f42934e16de65003c2d10677.zip |
Merge pull request #1623 from 0xMF/raspi-fixes
on raspi, ignore directories created by make
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7bc051278c..011463cbc9 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ autom4te.cache # Do not use too creative wildcards. # Those might ignore files that should not be ignored. +armv7l-unknown-linux-gnueabihf i686-pc-linux-gnu x86_64-unknown-linux-gnu i386-apple-darwin[0-9]*.[0-9]*.[0-9]* |