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