diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2011-09-15 13:11:34 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2011-10-17 13:55:20 +0530 |
commit | 2f65d90fa04389943e53174750f6acf82e0c29ee (patch) | |
tree | cc9e7ba7eb13506eb7366226515f04ec73d8687c | |
parent | 91478c13cd420bd9e3eed76513ecec0e2bf65f07 (diff) |
Add a .gitignore file
-rw-r--r-- | .gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf4860b --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +*.o +*.lo +*.la +*.pc +.*.swp +*~ +.deps* +.libs* +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.rpath +config.status +config.sub +configure +depcomp +install-sh +libltdl +libtool +ltmain.sh +missing +mkinstalldirs +stamp-* + |