File: .gitignore

package info (click to toggle)
rust-safe-transmute 0.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 252 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*
!.gitignore
!.travis.yml
!gh_rsa.enc
!appveyor.yml
!LICENSE
!Cargo.toml
!rustfmt.toml
!*.sublime-project
!*.md
!src
!src/**
!tests
!tests/**