diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-03 13:02:33 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-03 13:02:33 +0200 |
commit | 4e4d2c5ce0116a1317ebe564ffb34c38319f3fc1 (patch) | |
tree | 04f75e07ac64236ddc409098152091e40c467112 /.gitignore | |
parent | Handle empty matrix ID (regression from 9de1ec1) (diff) | |
download | nheko-4e4d2c5ce0116a1317ebe564ffb34c38319f3fc1.tar.xz |
Remove git submodules in favor of cmake's ExternalProject
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e232f844..cb860801 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,6 @@ compile_commands.json *.rpm *.deb package.dir + +# Dependencies +.third-party |