diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-10 01:46:26 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-10 01:50:50 +0100 |
commit | 87dd9de5cd3a6ff1734815ae461e49c271e74a62 (patch) | |
tree | d3cf59f8b3dfd93842441de3476f455c1ba2156d /.gitignore | |
parent | 84a8fd04f9880620983705ded75f2fb6efc6ddac (diff) |
gitignore build symlink
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ /build*/ +/build +/build-* /installer/Output .DS_Store /.idea/ |