Skip to content

Commit eebcabd

Browse files
committed
Add .gitignore file
1 parent 2af52e2 commit eebcabd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Exclude all hidden files
2+
.*
3+
4+
# Except those related to git
5+
!.git*
6+
!.mailmap
7+
8+
# Exclude the autogenerated parser.output file
9+
parser.output

0 commit comments

Comments
 (0)