mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
CLEANUP: Update .gitignore
This excludes the currently tracked files from being ignored.
This commit is contained in:
parent
78b9c54c66
commit
c14d20eda3
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -2,7 +2,11 @@
|
|||
# than blocking about 500 different test files and bug report outputs.
|
||||
/.*
|
||||
/*
|
||||
!/.cirrus.yml
|
||||
!/.gitattributes
|
||||
!/.github
|
||||
!/.gitignore
|
||||
!/.travis.yml
|
||||
!/CHANGELOG
|
||||
!/LICENSE
|
||||
!/BRANCHES
|
||||
|
|
|
|||
Loading…
Reference in a new issue