2023-04-04 08:58:45 +02:00
|
|
|
# First, ignore everything
|
2023-03-31 09:37:10 +02:00
|
|
|
*
|
2023-04-04 08:58:45 +02:00
|
|
|
# Now, whitelist anything that's a directory
|
|
|
|
!*/
|
|
|
|
# And all the file types you're interested in
|
|
|
|
!.gitignore
|
|
|
|
!.githooks/post-merge
|
2023-03-31 09:37:10 +02:00
|
|
|
!**/.gitignore
|
|
|
|
!**/.githooks/post-merge
|
2023-04-04 08:58:45 +02:00
|
|
|
|
|
|
|
## Except
|
|
|
|
!etc/atb/*
|
|
|
|
!etc/psa_config/*
|
|
|
|
!etc/psa_update/*
|
|
|
|
!etc/psa_tariff/*
|
|
|
|
!etc/dc/*.hex
|
|
|
|
!etc/dc/*.bin
|
|
|
|
!*/etc/*.ini
|
|
|
|
!*/etc/atb/*
|
|
|
|
!*/etc/psa_config/*
|
|
|
|
!*/etc/psa_update/*
|
|
|
|
!*/etc/psa_tariff/*
|
|
|
|
!*/etc/dc/*.hex
|
|
|
|
!*/etc/dc/*.bin
|
2023-03-31 09:37:10 +02:00
|
|
|
|