File: .gitignore

package info (click to toggle)
rust-unsafe-any-ors 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 116 kB
  • sloc: makefile: 11
file content (19 lines) | stat: -rwxr-xr-x 135 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.DS_Store
*~
*#
*.o
*.so
*.swp
*.dylib
*.dSYM
*.dll
*.rlib
*.dummy
*.exe
*-test
/doc/
/target/
/examples/*
!/examples/*.rs
Cargo.lock