Skip to content

Commit

Permalink
Add .gitignore file for device-type
Browse files Browse the repository at this point in the history
This patch will add all files and folders inside device-type
folder. This will ignore showing the embargoed projects.

Tests Done: git status

Tracked-On: OAM-126628
Signed-off-by: Tanuj Tekriwal <[email protected]>
  • Loading branch information
tanujtekriwal committed Oct 22, 2024
1 parent e661753 commit 1398aea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions device-type/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Ignore all files at the current directory level
/*
# Allow subdirectories and their contents
!*/
# Allow all files within existing subdirectories
!*/**
# Ignore any new directories created at the root level
/*/
!.gitignore
!README
!core_hardware.xml
!overlay-car
!overlay-clamshell
!overlay-handheld
!overlay-tablet
!overlay-tablet-lowram

5 changes: 5 additions & 0 deletions device-type/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Important Notice ###

# Any new file or folder added in device/intel/common/device-type
# needs to be added to the device/intel/common/device-type/.gitignore
# file as others are added to be visible for git repo.

0 comments on commit 1398aea

Please sign in to comment.