File: .gitignore

package info (click to toggle)
rust-rust-decimal 1.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 348 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 362 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated by Cargo
# will have compiled files and executables
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock

# Ignore benchmark results
.criterion

# Hidden macOS files
.DS_Store

# Fuzz output
.fuzz/

# IDE support
.idea/