forked from f-spot/f-spot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
86 lines (76 loc) · 1.16 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Autosave files
*~
*.swp
# Autotools
Makefile
Makefile.in
after.F-Spot.sln.targets
autom4te.cache
autoscan.log
autoscan-*.log
aclocal.m4
compile
config.*
configure
configure.scan
depcomp
/install-sh
missing
stamp-h1
build/m4/*.m4
.libs/
.deps/
intltool-extract.in
intltool-merge.in
intltool-update.in
libtool
ltmain.sh
# F-Spot stuff
f-spot.schemas
build/pkg-config/f-spot.pc
data/desktop-files/f-spot-import.desktop
data/desktop-files/f-spot-import.desktop.in
data/desktop-files/f-spot-view.desktop
data/desktop-files/f-spot-view.desktop.in
data/desktop-files/f-spot.desktop
data/desktop-files/f-spot.desktop.in
src/AssemblyInfo.cs
src/Clients/FSpot/f-spot
src/Core/FSpot.Settings/Defines.cs
tools/f-spot-screensaver.desktop
# Translation stuff
po/.intltool-merge-cache
po/Makefile.in.in
po/POTFILES
po/stamp-it
*.gmo
*.page
*.mo
# GNOME
gnome-doc-utils.make
# CSharp
[Bb]in/
[Oo]bj/
TestResult.xml
tests/*.addins
tests/TestData
test-results/
packages/*
!packages/repositories.config
*.mdb
*.pdb
*.dll*
*.exe*
# C
*.o
*.la
*.lo
# monodevelop files
*.userprefs
# Rider
# User-specific stuff:
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries
# User settings
*.user