File: .gitattributes

package info (click to toggle)
php-amqplib 3.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,044 kB
  • sloc: php: 13,145; makefile: 77; sh: 27
file content (21 lines) | stat: -rw-r--r-- 600 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
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.* export-ignore
/appveyor.yml export-ignore
/benchmark export-ignore
/CONTRIBUTING.md export-ignore
/CREDITS export-ignore
/docker-compose.yaml export-ignore
/Makefile export-ignore
/NOTE.DEVELOPMENT.NOV.2011.md export-ignore
/NOTE.THENETCIRCLE.md export-ignore
/benchmark export-ignore
/demo export-ignore
/doc export-ignore
/docker export-ignore
/docs export-ignore
/phpunit.xml.dist export-ignore
/spec export-ignore
/tests export-ignore