mirror of
https://github.com/mfocko/blog.git
synced 2024-11-13 01:30:29 +01:00
fix(pb161): update gitignore
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
02f1c94754
commit
acdbce0d0c
1 changed files with 8 additions and 1 deletions
|
@ -7,9 +7,16 @@
|
|||
!*.clang-tidy
|
||||
|
||||
!*.txt
|
||||
!*.TXT
|
||||
|
||||
!*.cpp
|
||||
!*.hpp
|
||||
|
||||
!.revision
|
||||
|
||||
# for reviews
|
||||
!.review_id
|
||||
readme.txt
|
||||
|
||||
!makefile
|
||||
!.rules.mk
|
||||
!*.sh
|
||||
|
|
Loading…
Reference in a new issue