forked from librsync/librsync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (52 loc) · 721 Bytes
/
.gitignore
File metadata and controls
61 lines (52 loc) · 721 Bytes
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
rdiff
*.o
CMakeCache.txt
CTestTestfile.cmake
config.h
*.cbp
librsync-config.h
librsync.so*
librsync.a
librsync*.dylib
Makefile
CMakeFiles
*.lo
.libs
librsync.la
librsync-[0-9]*tar.gz
librsync-[0-9]*/
/m4/
tags
*.dylib
cmake_install.cmake
*.la
src/prototab.c
src/prototab.h
doc/Doxyfile
tests/isprefix.driver
html
latex
Testing
*.user
# Editor temp files
.sw?
.*.sw?
*~
# OSX build outputs
*.dSYM
# Test binaries
*_test
*.bak
*.tmp
# for rtags
compile_commands.json
# Cache sometimes leftover by Doxygen,
# similar to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758975
doxygen_sqlite3.db
# Coverage reports
*.gcov
# Optional build using http://build-ninja.org
.ninja_deps
.ninja_log
build.ninja
rules.ninja