summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4516a1a038e471666d51ede6e6d466c68842260c (plain)
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
# ignore multi-git repos
.git_*/
switchgit

# ignore XCode build dir
src/build/

# ignore XCode user specific settings/schemes
xcuserdata/

# ignore generated files
*.o
src/sysync_SDK/bin
src/Makefile.am
src/CLIENT_FILES
src/EXCLUDE_FILES
src/EXTRA_FILES
src/SDK_FILES
src/SERVER_FILES
src/SDK_EXCLUDE_FILES
Makefile.in
configure
m4
aclocal.m4
autom4te.cache
config.guess
config.log
config.status
config.sub
config.h.in
depcomp
install-sh
libtool
ltmain.sh
missing
compile
Makefile
# ignore Mac OS X finder metadata files
.DS_Store
# ignore Mac OS X ressource dir created by zip
__MACOSX/
# ignore all sorts of backup files
*.orig
*~
*.BAK
*.bak
# no CVS
CVS/