File: .gitignore

package info (click to toggle)
librsync 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,180 kB
  • sloc: ansic: 4,934; sh: 247; xml: 182; perl: 63; makefile: 11
file content (74 lines) | stat: -rw-r--r-- 926 bytes parent folder | download | duplicates (3)
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
rdiff
*.o
CMakeCache.txt
CTestTestfile.cmake
config.h
*.cbp
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
doc/Doxyfile
tests/isprefix.driver
html
latex
Testing
*.user

# CMake generated Doxygen files
CMakeDoxyfile.in
CMakeDoxygenDefaults.cmake

# Editor temp files
.sw?
.*.sw?
*~

# OSX build outputs
*.dSYM

# Test binaries
*_test
*_test.exe
*_test.exe.manifest

# Performance benchmark binaries
*_perf
*_perf.exe
*_perf.exe.manifest

*.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

# Microsoft Visual Studio build files
*.sln
*.vcxproj
*.vcxproj.filters