Blame view

.gitignore 934 Bytes
redmine authored
1
# dynamical headers:
Barak A. Pearlmutter authored
2
/revision.h
Andrew Savchenko authored
3
/compilerflags.h
redmine authored
4

redmine authored
5
# complied:
redmine authored
6
*.o
redmine authored
7 8
*.lo
*.la
Andrew Savchenko authored
9
/gencompilerflags
redmine authored
10 11
/clsync
/clsync-debug
Barak A. Pearlmutter authored
12
.libs/
redmine authored
13 14 15 16 17 18 19

#debian:
/debian/clsync/
/debian/*clsync*.log
/debian/files
/debian/*.ex
/debian/*.debhelper
redmine authored
20 21 22 23 24
/.pc/
/debian/*.substvars
/debian/clsync-dev/
/debian/clsync-doc/
/debian/libclsync-dev/
Barak A. Pearlmutter authored
25
/debian/libclsync0/
redmine authored
26
/debian/patches/
redmine authored
27 28

# other:
redmine authored
29
test.c
redmine authored
30
build
redmine authored
31
test
redmine authored
32 33 34
test0
test1
test2
redmine authored
35
.gdbcommands
redmine authored
36
log*
Barak A. Pearlmutter authored
37 38
from/
to/
redmine authored
39
.clsync-list.*
redmine authored
40
/examples/rules
Barak A. Pearlmutter authored
41
/examples/testdir/
redmine authored
42
/examples/*.so
Barak A. Pearlmutter authored
43
/doc/
Andrew Savchenko authored
44
*.swp
redmine authored
45
tmp
Barak A. Pearlmutter authored
46 47
/compilerflags.h
/gencompilerflags
Barak A. Pearlmutter authored
48 49

# autotools build debris
Barak A. Pearlmutter authored
50 51 52
.deps/
Makefile
Makefile.in
Barak A. Pearlmutter authored
53 54
/aclocal.m4
/autom4te.cache/
Andrew Savchenko authored
55 56
/compile
/config.guess
Andrew Savchenko authored
57
/config.h*
Barak A. Pearlmutter authored
58 59
/config.log
/config.status
redmine authored
60
/config.sub
redmine authored
61
/config.cache
Barak A. Pearlmutter authored
62 63 64
/configure
/depcomp
/install-sh
Andrew Savchenko authored
65 66
/libtool
/ltmain.sh
Barak A. Pearlmutter authored
67
/m4/
Barak A. Pearlmutter authored
68
/missing
Andrew Savchenko authored
69
/pkgconfig/libclsync.pc
Barak A. Pearlmutter authored
70
/stamp-h1
Barak A. Pearlmutter authored
71 72 73

/debian/autoreconf.after
/debian/autoreconf.before
redmine authored
74 75 76
/autoscan.log
/configure.scan

redmine authored
77 78 79 80
# coverage test files
/*.gcda
/*.gcno
/*.gcov
redmine authored
81