aboutsummaryrefslogtreecommitdiff
path: root/clap/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'clap/.gitignore')
-rw-r--r--clap/.gitignore27
1 files changed, 0 insertions, 27 deletions
diff --git a/clap/.gitignore b/clap/.gitignore
deleted file mode 100644
index 34253e9..0000000
--- a/clap/.gitignore
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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/*