diff options
author | Karel Kočí <cynerd@email.cz> | 2017-01-30 19:56:07 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-01-30 19:56:07 +0100 |
commit | a7abae61354b1d0ce4e879ca4eebb6ce0dd5e2e6 (patch) | |
tree | 427650448fd05d9517d87cbdcc483d1310750bf7 | |
parent | 4e1ce86af16307bf7d42657db07600867c7c4bbc (diff) | |
download | avr-ioe-a7abae61354b1d0ce4e879ca4eebb6ce0dd5e2e6.tar.gz avr-ioe-a7abae61354b1d0ce4e879ca4eebb6ce0dd5e2e6.tar.bz2 avr-ioe-a7abae61354b1d0ce4e879ca4eebb6ce0dd5e2e6.zip |
Update git module and ignore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .gitmodules | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -13,4 +13,3 @@ html build trash libioe.a -install.sh diff --git a/.gitmodules b/.gitmodules index c631d26..a93346a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "kconfig"] path = tools/kconfig url = https://github.com/guillon/kconfig.git + ignore = dirty [submodule "tests/simavr"] path = tests/simavr url = https://github.com/buserror/simavr.git |