diff options
author | Ran Benita <ran234@gmail.com> | 2011-11-27 19:08:36 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2011-12-01 16:25:11 +0100 |
commit | 062dd2875d657503d795371285c96dad46f4bd98 (patch) | |
tree | 23e5aa19c9d00796bd5e0ad9212c9bdd83fa11b9 /.gitignore | |
parent | 6d451a20157a34e5effc9191747af5b38f2daf57 (diff) |
gitignore: add all the build stuff
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,2 +1,23 @@ *.swp +*.o +*.lo +*.la +kmscon test_* +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +build-aux/ +config.h +config.h.in +config.log +config.status +configure +*.tar.bz2 +libtool +m4/ +stamp-* +.deps +.dirstamp +.libs |