diff options
author | John Coyle <dx9err@gmail.com> | 2016-12-21 02:20:15 +0100 |
---|---|---|
committer | John Coyle <dx9err@gmail.com> | 2016-12-21 02:20:15 +0100 |
commit | 9001d7e659f3a2f2355ea31c0752ea843090ffc8 (patch) | |
tree | 9bec521c35e3307fb74681ca4d5f6eea0aba3383 /.gitignore | |
parent | run-make-check.sh: Init defaults after deps are installed. (diff) | |
download | ceph-9001d7e659f3a2f2355ea31c0752ea843090ffc8.tar.xz ceph-9001d7e659f3a2f2355ea31c0752ea843090ffc8.zip |
alpine: add alpine packaging support
Signed-off-by: John Coyle <dx9err@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index eda9b48c5c2..81cda91380e 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,10 @@ core *.log /src/td +# alpine abuild things +.abuild/ +alpine/APKBUILD + # specific local dir files /build-doc /tags |