diff options
author | shennetsind <ind@henn.et> | 2013-01-25 14:42:56 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-01-25 14:42:56 -0200 |
commit | 754af15505f32237f8063e51ae9a1cb90788dff4 (patch) | |
tree | 89d1ef06a067e74dda88575bc0e6dd655f8ada93 /.gitignore | |
parent | cf0e8e7563e4273137c8a582d66fe4fcc6c283fa (diff) | |
download | hercules-754af15505f32237f8063e51ae9a1cb90788dff4.tar.gz hercules-754af15505f32237f8063e51ae9a1cb90788dff4.tar.bz2 hercules-754af15505f32237f8063e51ae9a1cb90788dff4.tar.xz hercules-754af15505f32237f8063e51ae9a1cb90788dff4.zip |
Updating .gitignore
Made .DS_Store be ignored in all directories instead of only in root
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c8a35cb69..5eb3969ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +#Global +.DS_Store # / /*.exe @@ -22,7 +24,6 @@ /map-server_sql /mapcache /rAthena -/.DS_Store # /3rdparty/cmake/ |