From 95cb3a531797f87e276fd31d396c482df8ca7760 Mon Sep 17 00:00:00 2001 From: Jan-Eric Waclawski Date: Sat, 27 Aug 2016 23:01:41 +0200 Subject: [PATCH] chnaged git settings --- .gitignore | 4 +++- .gitmodules | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aa8061f0c9..4a264182ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. +*.gitmodules + # User-specific files *.suo *.user @@ -255,4 +257,4 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +*.pyc diff --git a/.gitmodules b/.gitmodules index 30978ef5ef..f0a9d8e354 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "osu-framework"] path = osu-framework -url=https://github.com/Memorix101/osu-framework +url=https://github.com/ppy/osu-framework [submodule "osu-resources"] path = osu-resources - url = https://github.com/ppy/osu-resources \ No newline at end of file + url = https://github.com/ppy/osu-resources