-
Notifications
You must be signed in to change notification settings - Fork 219
/
.gitignore
74 lines (69 loc) · 1.33 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
# Files created by the auto* tools
ABOUT-NLS
aclocal.m4
autom4te.cache/
compile
config.guess
config.h.in
config.rpath
config.sub
configure
depcomp
install-sh
intl/
Makefile.in
missing
mkinstalldirs
po/Makefile.in.in
src/pixmaps/flags_xpm/CountryFlags.h
src/pixmaps/flags_xpm/Makefile.am
test-driver
# Files created by building the project
# in a directory other than where the sources live
po/*.gmo
# Files created by building the project
# in the source directory
*.a
*.o
*.swp
.deps
config.h
config.log
config.status
Makefile
po/POTFILES
src/amule
src/amulecmd
src/amuled
src/amulegui
src/ed2k
src/libs/ec/ECGeneratedFiles
src/libs/ec/cpp/EC-timestamp
src/libs/ec/cpp/ECVersion.h
src/libs/ec/cpp/mkFileSum
src/utils/cas/cas
src/utils/scripts/denoiser.sed
src/utils/wxCas/src/wxcas
src/utils/xas/autostart-xas
src/webserver/src/amuleweb
stamp-h1
# Files created by the Visual Studio build process
platforms/Windows/**/Debug30ALC
platforms/Windows/**/Debug
platforms/Windows/**/Debug30
platforms/Windows/**/Release
platforms/Windows/**/Release30
platforms/Windows/**/UpgradeLog.htm
platforms/Windows/*/libs/libGeoIP/GeoIP.c
platforms/Windows/*/libs/libGeoIP/GeoIP.h
platforms/Windows/*/libs/libGeoIP/GeoIP_X.c
*.suo
# Other files created by various editors
.*~
*~
*.orig
**/#*#
.#*
# User files (should go into .git/info/exclude)
Makefile.user
*.vcxproj.user