From f907cb63af8e5a8040e9fecb4a875f2c95b35380 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Wed, 26 Sep 2018 20:29:47 +0200 Subject: update gitignore, start migration to config.ionic.at --- .gitignore | 2 ++ .gitmodules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5d5fc77 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +gen/ +skel.tar.gz diff --git a/.gitmodules b/.gitmodules index e717d96..7ad5c08 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "vim-latex"] path = src/vim-latex - url = git://vim-latex.git.sourceforge.net/gitroot/vim-latex/vim-latex + url = https://github.com/vim-latex/vim-latex.git [submodule "vim-powerline"] path = src/vim-powerline url = https://github.com/Lokaltog/vim-powerline.git -- cgit v1.2.3