This repository has been archived by the owner on Jul 30, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
.gitignore
110 lines (101 loc) · 1.63 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# C/C++
*.slo
*.lo
*.o
*.so
*.dylib
*.lai
*.la
*.a
# Autotools & co
.deps
.deps/*
.libs
.libs/*
Makefile
Makefile.in
configure
configure.scan
config.guess
config.log
config.status
config.sub
autom4te.cache
autom4te.cache/*
*.gch
depcomp
install-sh
ltmain.sh
missing
aclocal.m4
libtool
src/zimlib/src/stamp-h1
# Dependencies
src/dependencies/*.bz2
src/dependencies/*.tar
src/dependencies/*.zip
src/dependencies/*.exe
src/dependencies/*
src/zimlib/src/config.h
!src/dependencies/Makefile.am
!src/dependencies/patches
# Android
android/*.apk
android/*.ap_
android/*.dex
android/*.class
android/bin/
android/gen/
android/.gradle/
android/build/
android//*/build/
android/local.properties
android/proguard/
android/*.log
android//.idea/workspace.xml
android/.settings
android/*.iml
android/assets/icudt49l.dat
android/customapp/*/*.zim
*.keystore
# OSX
kiwix-0.9-i386.dmg
kiwix-0.9-x86_64.dmg
kiwix-0.9.dmg
kiwix-0.9s.dmg
compile
.DS_Store
# OSXFuse
.apdisk
# Xulrunner
*.xpt
kiwix/chrome/chrome.manifest
src/components/cluceneAccessor/ICluceneAccessor.h
src/components/contentManager/IContentManager.h
src/components/serverManager/IServerManager.h
src/components/xapianAccessor/IXapianAccessor.h
src/components/zimAccessor/IZimAccessor.h
src/components/zimCluceneIndexer/IZimCluceneIndexer.h
src/components/zimXapianIndexer/IZimXapianIndexer.h
src/indexer/kiwix-index
src/installer/kiwix-install
src/launcher/kiwix-launcher
src/manager/kiwix-manage
src/server/kiwix-serve
src/reader/kiwix-read
src/searcher/kiwix-search
# Buildbot
*.pyc
ftp_pass.py
.DS_Store
.dirstamp
._.*
# Other
*~
\#*\#
.\#*
kiwix/chrome/*.jar
.gitignore
platforms
pythonenv
android-custom*