diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-29 08:06:26 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-29 08:06:26 +0100 |
commit | 94747abe17bd669fbbca6ce99977410a4548aee1 (patch) | |
tree | 04b085d51ef620a94f7029263afe40bc7e2c69e9 /.gitignore | |
parent | bb93b3778541614ea0f4633fe283c333cbac1287 (diff) |
gitignore: fix win32 symlinks
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /CMakeLists.txt.user *~ -/build*/ +/build* /installer/Output # merely git cola saves there /patches/ |