Compare commits

..

No commits in common. "bee397d0080c6dfc27da384425a603d6a354e086" and "14c009c8f857faf91cb1f1c25d6d39ac4e1331fc" have entirely different histories.

4 changed files with 6074 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,7 +2,6 @@
## Except
!**/.gitignore
!**/.git/hooks
!/etc/*.ini
!/etc/atb/*.ini
!/etc/psa_config/*

View File

@ -0,0 +1,18 @@
*
## Except
!**/.gitignore
!**/.git/hooks
!/etc/*.ini
!/etc/atb/*.ini
!/etc/psa_config/*
!/etc/psa_update/*
!/etc/psa_tariff/*
!/etc/dc/dc2c.hex
!/opt/app/ATBAPP/*.ini
!/opt/app/sysconfig/*.ini
!/opt/app/ISMASMgr/*.ini
!**/.githooks/post-merge

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,15 @@
## Ignore everything
*
## Except
!/etc/*.ini
!/etc/atb/*.ini
!/etc/psa_config/*
!/etc/psa_update/*
!/etc/psa_tariff/*
!/etc/dc/*
!/opt/app/ATBAPP/*.ini
!/opt/app/ISMASMgr/*.ini
!/opt/app/sysconfig/*.ini