diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 58 |
1 files changed, 14 insertions, 44 deletions
@@ -1,56 +1,26 @@ -# Backup files +*\#* *~ -\#*\# - -# Object files *.o -*.ko - -# Libraries -*.lib *.a - -# Shared objects (inc. Windows DLLs) -*.dll +*.lo +*.su *.so *.so.* +*.dll *.dylib +*.gch +*.gcov +*.gcno +*.gcda +*.pyo* +*.pyc* +__pycache__/ +redshift-gtk +redshift -# Executables -*.exe -*.out -*.app -#src/redshift* - -# autotools -/autom4te.cache -Makefile.in -Makefile -stamp-h1 -/config.* -/ABOUT-NLS -/aclocal.m4 -/configure -/depcomp -/install-sh -/missing -/py-compile -/compile -*.deps/ -/m4/ - -# generated files -src/redshift-gtk/defs.py -src/redshift-gtk/redshift-gtk -contrib/redshift.spec -src/redshift -src/redshift-gtk/__pycache__/ -/data/systemd/redshift.service -/data/systemd/redshift-gtk.service - -# gettext /po/POTFILES /po/stamp-po +/po/stamp-it /po/*.gmo /po/Makefile.in.in /po/Rules-quot |