File: .gitignore

package info (click to toggle)
rust-gpgme 0.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 552 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.*
!.gitignore
!.gitmodules
!.travis.yml

# Compiled files
*.o
*.so
*.rlib
*.dll
*.exe

# Generated by Cargo
Cargo.lock
target/