comparison .gitignore @ 2869:c56112a165a4

Fix #649: Tell Git to ignore .desktop files globally https://github.com/BestImageViewer/geeqie/pull/649
author Dave Lambert <>
date Fri, 30 Nov 2018 11:05:43 +0000
parents f98daed316ae
children
comparison
equal deleted inserted replaced
2868:4fc59d8e53c0 2869:c56112a165a4
3 Makefile 3 Makefile
4 Makefile.in 4 Makefile.in
5 *~ 5 *~
6 *.rej 6 *.rej
7 *.orig 7 *.orig
8
9 # GNOME .desktop files
10 *.desktop
8 11
9 # / 12 # /
10 /aclocal.m4 13 /aclocal.m4
11 /autom4te.cache 14 /autom4te.cache
12 /config.cache 15 /config.cache
30 /intl 33 /intl
31 /ABOUT-NLS 34 /ABOUT-NLS
32 /depcomp 35 /depcomp
33 /auxdir 36 /auxdir
34 /stamp-h1 37 /stamp-h1
35 /geeqie.desktop
36 /intltool-extract.in 38 /intltool-extract.in
37 /intltool-update.in 39 /intltool-update.in
38 /intltool-merge.in 40 /intltool-merge.in
39
40 # /plugins/import/
41 /plugins/import/*.desktop
42
43 # /plugins/rotate/
44 /plugins/rotate/*.desktop
45
46 # /plugins/symlink/
47 /plugins/symlink/*.desktop
48
49 # /plugins/ufraw/
50 /plugins/ufraw/*.desktop
51 41
52 # /po/ 42 # /po/
53 /po/Makefile.in.in 43 /po/Makefile.in.in
54 /po/POTFILES 44 /po/POTFILES
55 /po/cat-id-tbl.c 45 /po/cat-id-tbl.c