From 43fc0e3f108a42f7e00a2bbfb29cf545b07c6f29 Mon Sep 17 00:00:00 2001 From: hvlad Date: Fri, 18 Mar 2016 13:05:55 +0200 Subject: [PATCH] Ignore what should be ignored --- .gitignore | 4 ++++ builds/win32/.gitignore | 7 +++++++ extern/icu/.gitignore | 8 ++++++++ extern/libtommath/.gitignore | 2 ++ extern/zlib/.gitignore | 4 ++++ 5 files changed, 25 insertions(+) create mode 100644 .gitignore create mode 100644 builds/win32/.gitignore create mode 100644 extern/icu/.gitignore create mode 100644 extern/libtommath/.gitignore create mode 100644 extern/zlib/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..0feca8a966 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +temp/ +gen/ +output_Win32/ +output_x64/ diff --git a/builds/win32/.gitignore b/builds/win32/.gitignore new file mode 100644 index 0000000000..60522f1d50 --- /dev/null +++ b/builds/win32/.gitignore @@ -0,0 +1,7 @@ +ipch/ +*.log +*.opensdf +*.sdf +*.suo +*.user +*.y diff --git a/extern/icu/.gitignore b/extern/icu/.gitignore new file mode 100644 index 0000000000..2961411d8b --- /dev/null +++ b/extern/icu/.gitignore @@ -0,0 +1,8 @@ +bin/ +include/ +lib/ +Win32/ +x64/ +icudt52l.dat +icudt52l_empty.dat +license.html diff --git a/extern/libtommath/.gitignore b/extern/libtommath/.gitignore new file mode 100644 index 0000000000..f3868f90cd --- /dev/null +++ b/extern/libtommath/.gitignore @@ -0,0 +1,2 @@ +lib/ +temp/ diff --git a/extern/zlib/.gitignore b/extern/zlib/.gitignore new file mode 100644 index 0000000000..7c661f5a99 --- /dev/null +++ b/extern/zlib/.gitignore @@ -0,0 +1,4 @@ +zconf.h +zlib.h +win32/ +x64/