forked from webosose/build-webos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
44 lines (36 loc) · 744 Bytes
/
.gitignore
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
35
36
37
38
39
40
41
42
43
44
# Copyright (c) 2012-2014 LG Electronics, Inc.
# A leading / matches only entries in the top-level directory
# A trailing / matches only directories
# A trailing / is not added to directories which are often replaced with symlink
# Common Eclipse project files
.project
.cproject
.pc
# Editor backup files
*~
# Build products worth keeping between clean builds
/sstate-cache
/buildhistory
/downloads
/cache
# Other build products
/BUILD/
/BUILD-ARTIFACTS/
/Makefile
TAGS
/bitbake.lock
/mcf.status
/oe-init-build-env
/conf/
__pycache__/
tmp/
patches/
# Artifacts from generating build_changes.log
build_changes.log
latest_project_baselines*txt
# Checkouts managed by mcf
/bitbake
/oe-core
/meta-*
# Local override file
/webos-local.conf