diff options
author | Karel Kočí <cynerd@email.cz> | 2017-01-31 18:27:49 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-01-31 18:49:57 +0100 |
commit | 5062173627f9d1741061312ceeadd44d4bc0fc24 (patch) | |
tree | ce63caf1c2a8f99ecd6326f8a47fcc22cf04f0aa /.gitignore | |
download | turris-lcd-example-5062173627f9d1741061312ceeadd44d4bc0fc24.tar.gz turris-lcd-example-5062173627f9d1741061312ceeadd44d4bc0fc24.tar.bz2 turris-lcd-example-5062173627f9d1741061312ceeadd44d4bc0fc24.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..39b8314 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.* +*.o + +!.gitignore +!.gitmodules + +turris-lcd +build |