Files
FreeRTOS/.gitignore
alfred gedeon ae92d8c6ee Add uncrustify github workflow (#659)
* Add uncrustify github workflow

* Fix exclusion pattern

* fix find expression

* exclude uncrustify files

* Uncrustify common demo and test files

* exlude white space checking files

* Fix EOL whitespace checker

* Remove whitespaces from EOL

* Fix space at EOL

* Fix find spaces at EOL

Co-authored-by: Archit Aggarwal <architag@amazon.com>
2021-07-22 14:23:48 -07:00

24 lines
306 B
Plaintext

# Ignore MacOS file system related.
**/*.DS_Store*
# Ignore build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
# Visual Studio cache/options directory
.vs/
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
# Ignore certificate files.
*.pem
*.crt