File: .gitignore

package info (click to toggle)
golang-blitiri-go-spf 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,480 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# Ignore anything beginning with a dot: these are usually temporary or
# unimportant.
.*

# Exceptions to the rule above: files we care about that would otherwise be
# excluded.
!.gitignore

# go-fuzz build artifacts.
*-fuzz.zip