From f9e14849111c0832b77debaf5ac9f4eca272aa94 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Mon, 21 Oct 2013 20:05:16 -0400 Subject: Add .gitignore --- .gitignore | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9c72138 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +# Object files +*.o +*.ko + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app + + +# autotools +/autom4te.cache +Makefile.in +/config.* +/ABOUT-NLS +/aclocal.m4 +/configure +/depcomp +/install-sh +/missing +/py-compile + +# gettext +/po/*.gmo +/po/Makefile.in.in +/po/Rules-quot +/po/boldquot.sed +/po/Makevars.template +/po/en@boldquot.header +/po/en@quot.header +/po/insert-header.sin +/po/quot.sed +/po/remove-potcdate.sin -- cgit v1.2.3-70-g09d2