File: .gitignore

package info (click to toggle)
libvpl 1%3A2.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 21,484 kB
  • sloc: cpp: 90,774; ansic: 5,987; python: 4,312; sh: 322; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (4)
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.*