File: attr1

package info (click to toggle)
libgit2 0.27.7%2Bdfsg.1-0.2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 31,400 kB
  • sloc: ansic: 157,824; sh: 406; python: 182; php: 65; makefile: 61
file content (29 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (12)
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
# a comment followed by some blank lines



      # another comment that is indented

# variations on fnmatch

pat0 attr0
!pat1 attr1
pat2/ attr2
pat3dir/pat3file attr3
pat4.* attr4
       *.pat5 attr5
pat6/pat6/*.pat6 attr6

pat7[a-e]??[xyz] attr7 # with a comment on the line

pat8\ with\ spaces attr8

   invalid # attr with no assignments doesn't count

also/invalid              

invalid.again/

# next attr is at eof

   pat9 attr9