From 23316783128a5c8806b22ecea9e261a19f4a0e14 Mon Sep 17 00:00:00 2001 From: Uleat Date: Mon, 15 Jul 2013 23:22:17 -0400 Subject: [PATCH] fix for tortoisegit commit and overlay issues in dependencies/.gitignore --- changelog.txt | 1 + dependencies/.gitignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 4392b157f..49b57f400 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ EQEMu Changelog (Started on Sept 24, 2003 15:50) ------------------------------------------------------- == 07/15/2013 == Sorvani: fix for lua_general.cpp funtion get_spawn_condition +Uleat: added non-extensioned wildcard filter to \\...\dependencies\.gitignore to fix tortoisegit inclusion errors (fixes commit and display overlay issues.) == 07/13/2013 == KLS: Added packet class and helper functions to Lua. diff --git a/dependencies/.gitignore b/dependencies/.gitignore index dee569574..a0653e77d 100644 --- a/dependencies/.gitignore +++ b/dependencies/.gitignore @@ -1 +1,2 @@ -*.* \ No newline at end of file +*.* +* \ No newline at end of file