Skip to content

Commit eb7fd55

Browse files
authored
Remove binary and generated files from Kernel Demos (FreeRTOS#876)
* T-HEAD_CB2201_CDK: Remove temporary IDE files * Remove Ateml Studio temporary / user files * Remove visual studio .vcxproj.user and .suo files * Remove png file (from atmel libraries) * Convert .doc files to .md * Remove .exe files * Remove CodeWarrior temporary files * CORTEX_MB9XXXX_IAR_Keil: Remove .out binary files * Renesas: Remove autogenerated .nav files * NiosII_CycloneIII_DBC3C40_GCC: Remove generated hex file * Update gitignore to exclude unwanted binary or auto-generated files * Xilinx: Remove temporary / generated files * PIC32MEC14xx_MPLAB: remove disassembly file
1 parent 80e7b58 commit eb7fd55

File tree

298 files changed

+287
-85220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

298 files changed

+287
-85220
lines changed

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,44 @@
1111
[Ll]og/
1212
[Ll]ogs/
1313

14+
# CodeWarrior temporary files
15+
*.tdt
16+
CWSettingsWindows.stg
17+
18+
# Executable Files
19+
*.exe
20+
*.hex
21+
*.bin
22+
*.elf
23+
*.out
24+
*.rom
25+
26+
# MS Word Files
27+
*.doc
28+
*.docx
29+
1430
# Visual Studio cache/options directory
1531
.vs/
1632

33+
# Visual Studio Solution / project User Option files
34+
*.suo
35+
*.vcxproj.user
36+
1737
# Python Tools for Visual Studio (PTVS)
1838
__pycache__/
1939
*.pyc
2040

2141
# Ignore certificate files.
2242
*.pem
2343
*.crt
44+
45+
# Atmel Studio user files
46+
*.atsuo
47+
48+
# Image Files
49+
*.png
50+
*.jpg
51+
*.jpeg
52+
53+
# Renesas IDE temporary files
54+
*.nav

0 commit comments

Comments
 (0)