[libcamera-devel] [PATCH] .gitignore: Add vim editor's swap files

Umang Jain umang.jain at ideasonboard.com
Tue Jan 24 09:43:01 CET 2023


Add *.swp files to .gitignore to prevent committing them accidently
to the tree.

Signed-off-by: Umang Jain <umang.jain at ideasonboard.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index f6d1d68e..809f9e45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,5 @@
 
 *.patch
 *.pyc
+*.swp
 __pycache__/
-- 
2.39.0



More information about the libcamera-devel mailing list