Initial commit
This commit is contained in:
commit
5135059e7c
|
@ -0,0 +1,35 @@
|
||||||
|
# ---> IAR_EWARM
|
||||||
|
# gitignore template for the IAR EWARM
|
||||||
|
# website: https://www.iar.com/knowledge/support/technical-notes/ide/which-files-should-be-version-controlled/
|
||||||
|
|
||||||
|
# Some tools will put the EWARM files
|
||||||
|
# under a subdirectory with the same name
|
||||||
|
# as the configuration.
|
||||||
|
# Example
|
||||||
|
# EWARM/Config1/Obj /List /Exe
|
||||||
|
# EWARM/Config2/Obj /List /Exe
|
||||||
|
EWARM/**/Obj
|
||||||
|
EWARM/**/List
|
||||||
|
EWARM/**/Exe
|
||||||
|
|
||||||
|
# Autogenerated project files
|
||||||
|
*.dep
|
||||||
|
*.ewt
|
||||||
|
|
||||||
|
# Autogenerated folder for debugger
|
||||||
|
EWARM/settings
|
||||||
|
|
||||||
|
# ---> VisualStudioCode
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/tasks.json
|
||||||
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
!.vscode/*.code-snippets
|
||||||
|
|
||||||
|
# Local History for Visual Studio Code
|
||||||
|
.history/
|
||||||
|
|
||||||
|
# Built Visual Studio Code Extensions
|
||||||
|
*.vsix
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
Version 2, December 2004
|
||||||
|
|
||||||
|
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||||
|
|
||||||
|
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
|
||||||
|
|
||||||
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
|
0. You just DO WHAT THE FUCK YOU WANT TO.
|
Loading…
Reference in New Issue