diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2006-12-27 12:59:42 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2006-12-27 13:08:01 +0100 |
commit | abfc75fbcdf021a07f5b9c7ed6189e3b8cb69a7f (patch) | |
tree | da7a884a7e667b188ab88e6485ec7b20d6a33e22 /.gitignore | |
parent | a12d1ce572e739cfe164915779adae2cf5191a06 (diff) |
Convert .cvsignore to .gitignore.
Add a couple of items while we're at it.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fa52c64 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +.deps +.libs +Makefile +Makefile.in +*~ +*.la +*.lo +aclocal.m4 +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +fbdev.4 +install-sh +libtool +ltmain.sh +missing +stamp-h1 |