Add a few files and dirs to .gitignore:
  - cscope.* (since we already ignore 'tags')
  - release/ (created by scripts/prepare_release)
  - scripts/docsurgeon_parser.sh (parser generated by argbash)

Signed-off-by: Vishal Verma <vishal.l.ve...@intel.com>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index aa0ce8e..eeb275f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,8 @@
 build/
+release/
 rhel/ndctl.spec
 sles/ndctl.spec
 *.swp
 tags
+cscope.*
+scripts/docsurgeon_parser.sh
-- 
2.36.1


Reply via email to