File: .gitignore

package info (click to toggle)
libubootenv 0.3.5-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: ansic: 2,024; sh: 22; makefile: 9
file content (34 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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