diff options
| author | David Kaufmann <astra@ionic.at> | 2018-09-26 20:29:47 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2018-09-26 20:29:47 +0200 |
| commit | f907cb63af8e5a8040e9fecb4a875f2c95b35380 (patch) | |
| tree | ff0d0f7cdb245ebfd5eedae0240f54005c380ad8 | |
| parent | 4cdf78046a4a00191b5e90d9b35c3207cf6104f7 (diff) | |
| download | config-f907cb63af8e5a8040e9fecb4a875f2c95b35380.tar.gz | |
update gitignore, start migration to config.ionic.at
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | .gitmodules | 2 |
2 files changed, 3 insertions, 1 deletions
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 |
