diff options
| author | Selene ToyKeeper | 2023-11-07 11:05:17 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-07 11:05:17 -0700 |
| commit | ed14bdce319fcf1826c4bde91cc36feb7ba198fa (patch) | |
| tree | b31cac7c3223262d6f048727f38fbd44d355630b /.gitignore | |
| parent | shell script cleanup (fix lint warnings, remove unused scripts) (diff) | |
| download | anduril-ed14bdce319fcf1826c4bde91cc36feb7ba198fa.tar.gz anduril-ed14bdce319fcf1826c4bde91cc36feb7ba198fa.tar.bz2 anduril-ed14bdce319fcf1826c4bde91cc36feb7ba198fa.zip | |
recommend .venv/ instead of env/ for python deps
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,8 +1,13 @@ +.env/ +.venv/ +.*.swo +.*.swp arch/dfp/ env/ hex/ ignore/ old/ +venv/ *~ *.cpp *.elf @@ -11,5 +16,3 @@ old/ *.o *.old *.otl -.*.swo -.*.swp |
