Skip to content

Commit 977f49c

Browse files
committed
chore: Add .gitignore files to demos
1 parent 5824d57 commit 977f49c

File tree

4 files changed

+54
-80
lines changed

4 files changed

+54
-80
lines changed

demo/80x86/Monitor/.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#
2+
# git files that we don't want to ignore even it they are dot-files
3+
#
4+
!.gitignore
5+
!.gitattributes
6+
!.mailmap
7+
!.travis.yml
8+
!codecov.yml
9+
!unitrzlib.a
10+
11+
#
12+
# Generated files
13+
#
14+
Debug
15+
.cache
16+
compile_commands.json
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#
2+
# git files that we don't want to ignore even it they are dot-files
3+
#
4+
!.gitignore
5+
!.gitattributes
6+
!.mailmap
7+
!.travis.yml
8+
!codecov.yml
9+
!unitrzlib.a
10+
11+
#
12+
# Generated files
13+
#
14+
Debug
15+
.cache
16+
compile_commands.json

demo/80x86/SignalMgr/.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#
2+
# git files that we don't want to ignore even it they are dot-files
3+
#
4+
!.gitignore
5+
!.gitattributes
6+
!.mailmap
7+
!.travis.yml
8+
!codecov.yml
9+
!unitrzlib.a
10+
11+
#
12+
# Generated files
13+
#
14+
Debug
15+
.cache
16+
compile_commands.json

demo/80x86/blinky/.gitignore

Lines changed: 6 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,16 @@
1-
#
2-
# NOTE! Don't add files that are generated in specific
3-
# subdirectories here. Add them in the ".gitignore" file
4-
# in that subdirectory instead.
5-
#
6-
# Normal rules
7-
#
8-
*.o
9-
*.o.*
10-
*.a
11-
*.su
12-
*.mod.c
13-
*.i
14-
*.lst
15-
*.order
16-
*.elf
17-
*.swp
18-
*.bin
19-
*.patch
20-
*.cfgtmp
21-
22-
# host programs on Cygwin
23-
*.exe
24-
25-
# Build tree
26-
/build
27-
28-
#
29-
# Top-level generic files
30-
#
31-
/MLO*
32-
/SPL
33-
/System.map
34-
/u-boot*
35-
/boards.cfg
36-
371
#
382
# git files that we don't want to ignore even it they are dot-files
393
#
404
!.gitignore
415
!.gitattributes
426
!.mailmap
7+
!.travis.yml
8+
!codecov.yml
9+
!unitrzlib.a
4310

4411
#
4512
# Generated files
4613
#
47-
/LOG
48-
/spl/
49-
/tpl/
50-
/doc/html/
51-
52-
#
53-
# Generated include files
54-
#
55-
/include/config/
56-
/include/generated/
57-
58-
# stgit generated dirs
59-
patches-*
60-
.stgit-edit.txt
61-
62-
# quilt's files
63-
patches
64-
series
65-
66-
# gdb files
67-
.gdb_history
68-
69-
# cscope files
70-
cscope.*
71-
72-
# tags files
73-
/tags
74-
/ctags
75-
/etags
76-
77-
# gnu global files
78-
GPATH
79-
GRTAGS
80-
GSYMS
81-
GTAGS
82-
83-
*.orig
84-
*~
85-
\#*#
86-
#*
87-
88-
# uncrustify output files
89-
*.h.uncrustify
90-
*.c.uncrustify
14+
Debug
15+
.cache
16+
compile_commands.json

0 commit comments

Comments
 (0)