Port 'make wipe' patterns into .gitignore so as not to create a dirty client while building

This commit is contained in:
Pim van Pelt
2022-07-10 18:27:18 +00:00
parent a644840453
commit f8bf7be731
2 changed files with 10 additions and 2 deletions
+10 -2
View File
@@ -1,6 +1,14 @@
build/
dist/
*.swp *.swp
*.out *.out
*exec *exec
__pycache__ __pycache__
dist
vppcfg.egg-info
.pybuild
debian/vppcfg
debian/vppcfg.*.log
debian/vppcfg.*.debhelper
debian/.debhelper
debian/files
debian/vppcfg.substvars
Vendored Regular → Executable
View File