Skip to content

Commit 138392e

Browse files
mjloschjahn
authored andcommitted
add "_*" and replace "#*" by "\#*" because # is interpreted as a comment line
1 parent 3bd579b commit 138392e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ TAGS
44
.make.state
55
.nse_depinfo
66
*~
7-
#*
7+
\#*
88
.#*
99
,*
1010
_$*
11+
_*
1112
*$
1213
*.old
1314
*.bak

0 commit comments

Comments
 (0)