• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Compiled files
2*.o
3*.so
4*.rlib
5*.dll
6
7# Executables
8*.exe
9
10# Generated by Cargo
11/target/
12/clap-test/target/
13
14# Cargo files
15Cargo.lock
16
17# Temp files
18.*~
19
20# Backup files
21*.bak
22*.bk
23*.orig
24
25# Project files
26.vscode/*
27.idea/*
28