-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
e661753
commit 1398aea
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |