mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Add .gitignore so that git status does not show build artifacts.
Bug 4814000
Change-Id: Iae3ef2be2107db92350038131628903c12b1f1c7
Signed-off-by: Paritosh Dixit <paritoshd@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3240531
(cherry picked from commit 696fd39c49)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3241033
Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
26 lines
373 B
Plaintext
26 lines
373 B
Plaintext
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Use command 'git ls-files -i --exclude-standard' to ensure that no
|
|
# tracked files are ignored.
|
|
#
|
|
*.o
|
|
*.o.*
|
|
*.a
|
|
*.s
|
|
*.ko
|
|
*.so
|
|
*.so.dbg
|
|
*.mod.c
|
|
*.i
|
|
*.symtypes
|
|
*.order
|
|
*.patch
|
|
modules.builtin
|
|
Module.symvers
|
|
*.dwo
|
|
*.mod
|
|
*.cmd
|
|
*mods.dtb*
|
|
|