diff options
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f8c1c505 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +Makefile +Makefile.in +/xmldocs.make +/install-sh +/m4/ +/missing +/omf.make +/compile +/config* +/autom4te.cache/ +/aclocal.m4 +/INSTALL +/ABOUT-NLS +po/*.gmo +po/Makefile.in.in +po/Makevars.template +po/POTFILES +po/Rules-quot +po/insert-header.sin +po/mate-themes.pot +po/*.sed +po/en@*.header +po/remove-potcdate.* +po/stamp-po + +# various generated files +settings.ini +desktop-themes/HighContrastInverse/gtk-2.0/gtkrc +index.theme |