.gitignore 189 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
# Ignore everything in this directory by default
/**

# Do not ignore this file itself
!.gitignore

# Do not ignore the following special scripts
!checkflags
!continueyn
!verify-go-fmt.sh