File: .gitignore

package info (click to toggle)
rust-if-addrs 0.13.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 4
file content (22 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*.exe
*.lock
*.rsproj
tags*
build/
build-tests/
target/
/.idea
tests/tmp*
src/tmp*
/.project
*.bootstrap.cache
/bin/

# Generated by Editors
*~
*.bk
*.sublime-*
*.swp

# Misc
.DS_Store