Skip to content

Commit

Permalink
chore: Update .gitignore (#3979)
Browse files Browse the repository at this point in the history
- Un-ignore the `.github` folder
- Restrict the `build` exclude pattern to the repository root.
  • Loading branch information
paulgessinger authored Dec 11, 2024
1 parent 595f2e6 commit 72fc7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ genConf
x86_64-slc6-gcc48-opt
x86_64-slc6-gcc49-opt
.*
build*
/build*
.asetup.save

#json output
Expand All @@ -30,7 +30,7 @@ build*

# dont ignore hidden configs
!.clang-format
!.github/**
!.github
!.gitignore
!.gitlab-ci.yml
!.clang-tidy
Expand Down

0 comments on commit 72fc7cb

Please sign in to comment.