Skip to content

Commit

Permalink
Add .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Nov 20, 2023
1 parent d653a43 commit 8fdf7fb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Exclude all hidden files
.*

# Except those related to git
!.git*
!.mailmap

# Exclude the autogenerated parser.output file
parser.output

0 comments on commit 8fdf7fb

Please sign in to comment.