diff options
Diffstat (limited to 'clap/.gitignore')
-rw-r--r-- | clap/.gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/clap/.gitignore b/clap/.gitignore new file mode 100644 index 0000000..34253e9 --- /dev/null +++ b/clap/.gitignore @@ -0,0 +1,27 @@ +# Compiled files +*.o +*.so +*.rlib +*.dll + +# Executables +*.exe + +# Generated by Cargo +/target/ +/clap-test/target/ + +# Cargo files +Cargo.lock + +# Temp files +.*~ + +# Backup files +*.bak +*.bk +*.orig + +# Project files +.vscode/* +.idea/* |