diff --git a/.gitignore b/.gitignore index bebacc7e1..4cc985908 100644 --- a/.gitignore +++ b/.gitignore @@ -9,8 +9,5 @@ .pydevproject .settings -#Don't commit any eos snapshots into the pyfa repos -eos - #Patch files *.patch diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..a410e00ed --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "eos"] + path = eos + url = git://pyfa.git.sourceforge.net/gitroot/pyfa/eos diff --git a/eos b/eos new file mode 160000 index 000000000..2ed699ad8 --- /dev/null +++ b/eos @@ -0,0 +1 @@ +Subproject commit 2ed699ad8f38a2e8ba184a3107a476b40f7215e0