Skip to content

Commit

Permalink
Ignore cr-???-??? directories in top-level
Browse files Browse the repository at this point in the history
Code Review sub-directories should be ignored in the top-level directory
but allowed in the src directory.  This is directly analogous to the
so-????-???? directories.
  • Loading branch information
jleffler committed Aug 13, 2024
1 parent 6485d83 commit af7c34e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Untracked/
[a-z][a-z][a-z][a-z][0-9][0-9]
awk.script
core
cr-[0-9][0-9][0-9]-[0-9][0-9][0-9]
cscope.out
data
data.[0-9]
Expand All @@ -62,4 +63,5 @@ tmp/
!inc
!lib
!src
!src/cr-[0-9][0-9][0-9]-[0-9][0-9][0-9]
!src/so-[0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]/

0 comments on commit af7c34e

Please sign in to comment.