Skip to content

Commit

Permalink
Add .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Dec 1, 2023
1 parent 2990496 commit 0c3356c
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 0c3356c

Please sign in to comment.