diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-08-13 16:50:38 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-08-13 17:21:31 +0200 |
commit | 22690b330b7ffebe1303ca9c04de003a06ca282e (patch) | |
tree | 061e001ada9705395d34a7db9fe498138bc50049 /.gitignore |
Initial import of libtsm
This is a copy of libtsm from the kmscon repository. It has no external
dependencies except glibc. libxkbcommon should be provided during
compile-time. If not, a fallback header is used.
The library interface is not stable, yet! There is still a lot to do
before we release libtsm-1.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c5ed248 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +*.la +*.lo +*.o +*.swp +.deps/ +.dirstamp +.libs/ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +build-aux/ +config.h +config.h.in +config.log +config.status +configure +docs/libtsm.pc +libtool +m4/ +stamp-h1 |