Skip to content

Commit

Permalink
Update gitignore for new design
Browse files Browse the repository at this point in the history
This patch will amend .gitignore according to new design and
also add new build targets

Tests Done: git status doesnt include embargoed targets

Tracked-On: OAM-126440
Signed-off-by: Tanuj Tekriwal <tanuj.tekriwal@intel.com>
  • Loading branch information
tanujtekriwal committed Oct 16, 2024
1 parent dae95b0 commit c2a1aef
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
10 changes: 7 additions & 3 deletions groups/device-specific/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# ignore base_aaos
base_aaos/
aaos_iasw/
*
!.gitignore
!caas/
!default
!doc.spec
!false
!mixinfo.spec
11 changes: 11 additions & 0 deletions groups/device-type/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*
!.gitignore
!autodetect
!car
!clamshell
!default
!doc.spec
!false
!handheld
!tablet
!tablet-lowram
1 change: 1 addition & 0 deletions valid_targets.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ celadon_tablet:
caas:
caas_dev:
aaos_iasw:
celadon_desktop:

0 comments on commit c2a1aef

Please sign in to comment.