diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 67 |
1 files changed, 12 insertions, 55 deletions
@@ -1,66 +1,23 @@ -# Hidden files -.* -!.git* - -# Backup files +*\#* *~ -\#*\# - -# Object files *.o -*.ko - -# Libraries -*.lib *.a - -# Shared objects (inc. Windows DLLs) -*.dll +*.lo +*.su *.so *.so.* +*.dll *.dylib - -# 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/ -libtool -ltmain.sh - -# 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 -/data/appdata/redshift-gtk.appdata.xml -/data/applications/redshift.desktop -/data/applications/redshift-gtk.desktop - -*.su *.gch +*.gcov +*.gcno +*.gcda +*.pyo* +*.pyc* +__pycache__/ +redshift-gtk +redshift -# gettext /po/POTFILES /po/stamp-po /po/stamp-it |