Skip to content

Commit

Permalink
Use Unix line ending style for all files
Browse files Browse the repository at this point in the history
For some reason, the style was mixed across the codebase.
  • Loading branch information
dimonomid committed Feb 25, 2017
1 parent d1474ac commit 530841a
Show file tree
Hide file tree
Showing 56 changed files with 20,087 additions and 20,087 deletions.
86 changes: 43 additions & 43 deletions .gitignore
@@ -1,43 +1,43 @@
*.o
*.o.d
*.o.tmp
*.a
*.bash
*.mk
doxygen/output
.vimprj/tags
.vimprj/*_tags
tn_cfg.h

*.map
*.elf
*.bin
bin
*.disasm
*-build-*
nbproject/private
Makefile-genesis.properties

Objects
Listings
*.build_log.htm*
*.uvguix.*
*.uvoptx

tneo_cortex_m_eclipse/Debug
tneo_cortex_m_eclipse/Release

tneo_cortex_m_coocox/Debug
*.xcodeproj
*.cogui
*.comarker

tneo_cortex_m_iar/Debug
tneo_cortex_m_iar/settings
*.dep
*.ewd

*.tmp

Makefile.deps

*.o
*.o.d
*.o.tmp
*.a
*.bash
*.mk
doxygen/output
.vimprj/tags
.vimprj/*_tags
tn_cfg.h

*.map
*.elf
*.bin
bin
*.disasm
*-build-*
nbproject/private
Makefile-genesis.properties

Objects
Listings
*.build_log.htm*
*.uvguix.*
*.uvoptx

tneo_cortex_m_eclipse/Debug
tneo_cortex_m_eclipse/Release

tneo_cortex_m_coocox/Debug
*.xcodeproj
*.cogui
*.comarker

tneo_cortex_m_iar/Debug
tneo_cortex_m_iar/settings
*.dep
*.ewd

*.tmp

Makefile.deps

4 changes: 2 additions & 2 deletions src/.gitignore
@@ -1,2 +1,2 @@
.vimprj/tags
.vimprj/*_tags
.vimprj/tags
.vimprj/*_tags
10 changes: 5 additions & 5 deletions src/.vimprj/.indexer_files
@@ -1,5 +1,5 @@
[tneo]
$INDEXER_PROJECT_ROOT

[tneo]

$INDEXER_PROJECT_ROOT

0 comments on commit 530841a

Please sign in to comment.