File: .gitignore

package info (click to toggle)
libvpl-tools 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,664 kB
  • sloc: cpp: 107,170; python: 4,303; ansic: 3,195; sh: 159; lisp: 52; makefile: 13
file content (15 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# build dirs
_*/
~*/
/build

# auto-generated files
*.pyc
*.pyo
*.pyd

# ignore Editor files
*.code-workspace

# sample output files
out.*