forked from AceCentre/dasher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
59 lines (56 loc) · 774 Bytes
/
.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
.DS_Store
*.a
*.make
*.m4
*.gmo
*.mo
*.o
*.omf
.tarball-version
Makefile
Makefile.in
dasher.xml
*.Plo
*.lo
*.la
autom4te.cache
*.Po
build-aux
stamp-*
/config.h
/config.h.in
/config.log
/config.status
/configure
/libtool
/po/Makefile.in.in
/po/Makevars.template
/po/POTFILES
/Data/dasher.desktop
/Data/dasher.desktop.in
/Data/dasher.gschema.xml
**/Debug/
/Doc/user/dasher.1
**/Release*/
/Src/Gtk2/generate-schema
/Src/dasher
/Template/
*.suo
*.filters
*.sdf
*~
*.vcxproj.user
/Src/Win32/Dasher.aps
/Src/Win32/Dasher_vc2013.opensdf
Src/Win32/Dasher_vc2013.VC.db
Data/Help/Win32/Dasher.chm
Src/Win32/Dasher.VC.db
*.opendb
Src/DasherCore/.dirstamp
Src/DasherCore/.deps/
Src/DasherCore/Alphabet/.deps/
Src/DasherCore/Alphabet/.dirstamp
# Eclipse
.autotools
.cproject
.project