forked from jstevensog/wixel-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (39 loc) · 759 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
45
46
# Ignore the weird files produces by SDCC during the linking step, for
# example apps/wireless-serial/wireless-serial. To do this, we ignore
# all files inside an app that don't have a period in the name.
apps/*/*.20*
# Ignore my usual temporary save files.
# Ignore the files produced by the compiler or makefile as a side
# effect of compilation.
*.adb
*.asm
*.bak
*.cdb
*.d
*.hex
*.ihx
*.lk
*.lib
*.lnk
*.lst
*.map
*.mem
*.omf
*.org
*.rel
*.rst
*.sym
*.wxl
# Ignore eclipse files
.cproject
.project
/docs
/libraries/src/uart/uart0.c
/libraries/src/uart/uart1.c
/libraries/src/spi_master/spi0_master.c
/libraries/src/spi_master/spi1_master.c
/installer/build/
#Allow
!libraries/xpage/*
!/apps/xBridge*/xBridge*.wxl
!/apps/usb_serial/usb_serial.wxl