File: .hgignore

package info (click to toggle)
ode 2%3A0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,588 kB
  • ctags: 16,003
  • sloc: cpp: 122,662; ansic: 14,257; cs: 1,879; makefile: 786; python: 618; sh: 165
file content (49 lines) | stat: -rw-r--r-- 666 bytes parent folder | download
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
syntax: glob
*~
*.dll
*.la
*.lo
*.o
.deps
.libs
aclocal.m4
autom4te.cache
compile
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
Makefile.in
Makefile
missing
ode.pc
ode-config
stamp-h1
test-driver

# these need to be matched in specific directories
./m4/libtool.m4
./m4/lt*.m4
drawstuff/dstest/dstest
include/ode/precision.h
include/ode/version.h
libccd/src/ccd/precision.h
ou/test/outest
tests/tests
tests/tests.log
tests/tests.trs
tests/test-suite.log
ode/doc/Doxyfile

syntax: regexp
# ignore all demo binaries, but not the sources
ode/demo/demo_.+\.exe$
ode/demo/demo_[^\.]+$
ode/doc/html/.*