From 6c99d983254b9529a05ebabd767dab108b5c530d Mon Sep 17 00:00:00 2001 From: bsp2 Date: Mon, 25 Mar 2019 16:19:34 +0100 Subject: [PATCH] add empty folders --- dep/lib/linux_gcc/x64/.gitignore | 4 ++++ dep/lib/linux_gcc/x86/.gitignore | 4 ++++ dep/lib/msvc/x64/.gitignore | 4 ++++ dep/lib/msvc/x86/.gitignore | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 dep/lib/linux_gcc/x64/.gitignore create mode 100644 dep/lib/linux_gcc/x86/.gitignore create mode 100644 dep/lib/msvc/x64/.gitignore create mode 100644 dep/lib/msvc/x86/.gitignore diff --git a/dep/lib/linux_gcc/x64/.gitignore b/dep/lib/linux_gcc/x64/.gitignore new file mode 100644 index 00000000..5e7d2734 --- /dev/null +++ b/dep/lib/linux_gcc/x64/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/dep/lib/linux_gcc/x86/.gitignore b/dep/lib/linux_gcc/x86/.gitignore new file mode 100644 index 00000000..5e7d2734 --- /dev/null +++ b/dep/lib/linux_gcc/x86/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/dep/lib/msvc/x64/.gitignore b/dep/lib/msvc/x64/.gitignore new file mode 100644 index 00000000..5e7d2734 --- /dev/null +++ b/dep/lib/msvc/x64/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/dep/lib/msvc/x86/.gitignore b/dep/lib/msvc/x86/.gitignore new file mode 100644 index 00000000..5e7d2734 --- /dev/null +++ b/dep/lib/msvc/x86/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore