diff options
author | Dan Williams <dcbw@redhat.com> | 2011-07-11 20:21:01 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-07-11 20:21:01 -0500 |
commit | 7c2e0be62d3a7efa1fd8c0ed1ff12c823b5596fc (patch) | |
tree | a3d6dfe74c9f24bce1496a89147e5a1211e75c6b /.gitignore | |
parent | eca93cf1ed518b2b818c4c7bd576d953c39a768a (diff) |
core: add .gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..00b0adf --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +*~ +*.o +*.lo +*.la +*.bz2 +Makefile +Makefile.in* +configure +compile +config.* +aclocal.m4 +depcomp +install-sh +libtool +ltmain.sh +missing +mkinstalldirs +stamp-* +.deps +.libs +autom4te.cache +intltool-* +TAGS +COPYING +INSTALL +ABOUT-NLS +*.pc +AUTHORS +ChangeLog +*.a + +m4/libtool.m4 +m4/lt~obsolete.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 + +GobiQDLService + |