File: .gitignore

package info (click to toggle)
jose 14-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,884 kB
  • sloc: ansic: 10,235; javascript: 987; sh: 586; makefile: 9
file content (47 lines) | stat: -rw-r--r-- 418 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
*~
*.a
*.o
*.la
*.lo
*.log
*.m4
*.pc
*.so
*.swp
*.swo
*.trs
*_t
.*
aclocal.m4
ar-lib
autom4te.cache
build
compile
config.guess
config.log
config.status
config.sub
configure
configure-stamp
depcomp
install-sh
libtool
ltmain.sh
Makecache
Makefile.in
Makefile
missing
tags
test-*
vgcore.*

cmd/jose
jose/jose.h

tests/alg_*
tests/api_*
!tests/alg_*.c
!tests/api_*.c

doc/doxygen/man/man3/*
!doc/doxygen/man/man3/jose_*.3