From d089246eeddc4ec1693b3e6a5598159c7b90dc90 Mon Sep 17 00:00:00 2001
From: Alex Buts <Alex.Buts@stfc.ac.uk>
Date: Fri, 8 Jun 2012 22:30:47 +0100
Subject: [PATCH] refs #5336 gitignore configured

---
 .gitignore | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 04e03267179..3a6cdc58602 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,10 @@
 
 # Ignore text editor (e.g. emacs) autosave files
 *~
-
+# ignore internal gitignore
+*/test/.gitignore
+/Code/Mantid/*/*/test/.gitignore
+Win64/
 
 # Ignore CMake generated files (if someone does an in-source build)
 CMakeCache.txt
@@ -45,6 +48,8 @@ local.properties
 .classpath
 .settings/
 .loadpath
+*.vcxproj
+*.filters
 
 # External tool builders
 .externalToolBuilders/
@@ -60,8 +65,8 @@ local.properties
 
 ## Ignore Visual Studio temporary files, build results, and
 ## files generated by popular Visual Studio add-ons.
-*.filters 
-*.vcxproj 
+*.sln
+*.vcproj
 *.exe
 
 # User-specific files
@@ -158,5 +163,3 @@ Desktop.ini
 
 # Mac OS X Finder
 .DS_Store
-
-
-- 
GitLab