File: gitignoreSelectFiles

package info (click to toggle)
scala-asm 5.2.0-scala-2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,432 kB
  • sloc: java: 17,104; sh: 91; xml: 41; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
/*
!/.git/
!/scripts/
!/LICENSE.txt
!/src/
/src/**/package.html
/src/org/objectweb/asm/commons/*
!/src/org/objectweb/asm/commons/CodeSizeEvaluator.java
/src/org/objectweb/asm/optimizer/
/src/org/objectweb/asm/xml/