Update gitignore
This commit is contained in:
parent
48a299002c
commit
58e833b3a6
29
.gitignore
vendored
29
.gitignore
vendored
@ -1,12 +1,25 @@
|
|||||||
|
# First, ignore everything
|
||||||
*
|
*
|
||||||
|
# Now, whitelist anything that's a directory
|
||||||
## Except
|
!*/
|
||||||
|
# And all the file types you're interested in
|
||||||
|
!.gitignore
|
||||||
|
!.githooks/post-merge
|
||||||
!**/.gitignore
|
!**/.gitignore
|
||||||
!**/.githooks/post-merge
|
!**/.githooks/post-merge
|
||||||
!/etc/*.ini
|
|
||||||
!/etc/atb/*.ini
|
## Except
|
||||||
!/etc/psa_config/*
|
!etc/atb/*
|
||||||
!/etc/psa_update/*
|
!etc/psa_config/*
|
||||||
!/etc/psa_tariff/*
|
!etc/psa_update/*
|
||||||
!/etc/dc/dc2c.hex
|
!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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user