diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-12 13:04:14 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-13 10:29:50 +0100 |
commit | dd9dcb28a342ec44028e1b03bd6c9345de96c8d7 (patch) | |
tree | e2cad294a00f0f0e91788b4b91740000614539e7 | |
parent | 9e1cf02df4cc065b1e260672975680bb2e1328fb (diff) |
move from gitignore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | installer/Output/.gitignore | 1 | ||||
-rw-r--r-- | installer/Output/.gitkeep | 0 |
3 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,6 @@ /build*/ /build /build-* -/installer/Output .DS_Store /.idea/ /sdk-paths-*.cmake diff --git a/installer/Output/.gitignore b/installer/Output/.gitignore new file mode 100644 index 00000000..72e8ffc0 --- /dev/null +++ b/installer/Output/.gitignore @@ -0,0 +1 @@ +* diff --git a/installer/Output/.gitkeep b/installer/Output/.gitkeep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/installer/Output/.gitkeep |