Skip to content

Commit 998057a

Browse files
committed
Add prism/token_type.c to gitignore temporarily
It just keeps popping up in various branches when you rebase them. I have just accidentally committed it in one of my PRs. Let me add it to gitignore until enough time has passed since its deletion.
1 parent 305b563 commit 998057a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@ lcov*.info
276276
/prism/srcs.mk
277277
/dump_ast
278278

279+
# prism (old file)
280+
/prism/token_type.c
281+
279282
# tool/update-NEWS-gemlist.rb
280283
/bundled_gems.json
281284
/default_gems.json

0 commit comments

Comments
 (0)