File: .gitignore

package info (click to toggle)
rust-libxml 0.3.8-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 596 kB
  • sloc: xml: 239; ansic: 45; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Compiled files
*.o
*.so
*.rlib
*.dll
Cargo.lock

# Executables
*.exe

# Vim swap files
*.swp

# VSCode project folder
.vscode/

# Generated by Cargo
/target/

# Test results
/tags