File: gitattributes

package info (click to toggle)
monodevelop 5.10.0.871-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 272,040 kB
  • ctags: 258,152
  • sloc: cs: 1,439,098; xml: 947,206; ansic: 148,611; java: 64,114; makefile: 4,256; lisp: 3,174; python: 2,072; sh: 2,058; objc: 302; sql: 111; php: 65
file content (29 lines) | stat: -rw-r--r-- 689 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
* rootattr
root_test2 -rootattr
root_test3 !rootattr
binfile	   		   binary
abc		foo bar baz
does-not-exist foo=yes

root_test2 multiattr
root_test3 multi2=foo

root_test3 multiattr=1 multiattr=2 multiattr=3 multi2=abc !multi2
root_test2 multiattr=string -multiattr

[attr]mymacro positive -negative !rootattr
macro* mymacro another=77

[attr]macro2 multi2 -multi2 multi3 !multi3 multi3=answer
macro* macro2 macro2 macro2

# let's try some malicious macro defs
[attr]firstmacro -thirdmacro -secondmacro
[attr]secondmacro firstmacro -firstmacro
[attr]thirdmacro secondmacro=hahaha

macro_bad firstmacro secondmacro thirdmacro

# another test that Peff found was failing
[attr]notest !test