You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

34 lines
482 B

# SPDX-FileCopyrightText: 2021 Stefano Babic <sbabic@denx.de>
#
# SPDX-License-Identifier: CC0-1.0
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
*.rej
*.orig
*.a
*.o
*.su
*~
*.swp
*.patch
*.so
CMakeFiles/
Debug/
Release/
src/CMakeFiles/
src/cmake_install.cmake
src/fw_printenv
src/libubootenv.so.*
src/libubootenv_static.a
.vscode
.cproject
.project
.settings