Skip to content

Commit

Permalink
[infra] Move git ignore for each project (#14420)
Browse files Browse the repository at this point in the history
This commit moves git ignore condition for each project into each project's directory.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored Dec 5, 2024
1 parent 2341210 commit 8f0db8a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Working Path
/Product
/build
/tools/cross/rootfs

# Compiled python3 code cache
**/__pycache__
*.pyc

# Test cache for model download
/tests/scripts/**/cache

# Test report
/report

Expand All @@ -19,22 +15,9 @@
# Generated by format checker
/format.patch

# Default path for ndk
/tools/cross/ndk

# ignore the embeded cl_kernels
/**/*.clembed
/**/*.hembed

# External directory
/externals

# tflkit info files
/tools/tflkit/*.info

# Generated tests
/tests/nnapi/src/generated

# Coverage
/gcov
/coverage
Expand Down
3 changes: 3 additions & 0 deletions compute/ARMComputeEx/src/core/CL/cl_kernels/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ignore the embeded cl_kernels
*.clembed
*.hembed
2 changes: 2 additions & 0 deletions tests/nnapi/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Generated tests
src/generated
4 changes: 4 additions & 0 deletions tools/cross/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Default path for RootFS, Android SDK/NDK
rootfs
ndk
android_sdk
2 changes: 2 additions & 0 deletions tools/tflkit/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# tflkit info files
*.info

0 comments on commit 8f0db8a

Please sign in to comment.