File: .gitignore

package info (click to toggle)
rust-bimap 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 240 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# This is a slight modification of the default .gitignore generated by cargo
# for library projects. I prefer `/**/target` over `/target` to ignore build
# artifacts in nested directories (for instance, when using workspaces).

/**/target
Cargo.lock