diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2013-05-03 14:49:21 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2013-05-03 21:34:27 +0200 |
commit | c1f86f02a149f46609273e1bd5b42696d544727a (patch) | |
tree | 1bcbeb23a564be3488cc119eaee1bf2cc0638190 /.gitignore | |
parent | 8c664ca2d7b4faffa7b3dbeb3b9e491976c24eee (diff) | |
download | libsigrokdecode-c1f86f02a149f46609273e1bd5b42696d544727a.tar.gz libsigrokdecode-c1f86f02a149f46609273e1bd5b42696d544727a.zip |
Main header is <libsigrokdecode/libsigrokdecode.h> now.
This matches the convention used in libsigrok. Potential other headers
might end up in libsigrokdecode/, but only libsigrokdecode.h is meant
to be #included by frontends directly.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ map missing stamp-h1 autostuff/ -sigrokdecode.h +libsigrokdecode.h ChangeLog INSTALL |