Skip to content

Commit fcc3f6f

Browse files
committed
ndctl: update .gitignore
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) Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vishal Verma <[email protected]>
1 parent 426fa7f commit fcc3f6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
build/
2+
release/
23
rhel/ndctl.spec
34
sles/ndctl.spec
45
*.swp
56
tags
7+
cscope.*
8+
scripts/docsurgeon_parser.sh

0 commit comments

Comments
 (0)