Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
adding ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
roywant committed Apr 6, 2017
1 parent 365b8ac commit 93bff7a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
34 changes: 34 additions & 0 deletions implementations/mbed/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
-*.lib

# Executables
*.exe
*.out
*.app

.yotta.json
build/
yotta_modules/
yotta_targets/
.DS_Store
9 changes: 9 additions & 0 deletions implementations/mbed/.mbedignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
mbed-os/rtos/*
mbed-os/features/FEATURE_CLIENT/*
mbed-os/features/FEATURE_COMMON_PAL/*
mbed-os/features/FEATURE_UVISOR/*
mbed-os/features/frameworks/*
mbed-os/features/net/*
mbed-os/features/netsocket/*
mbed-os/features/storage/*
mbed-os/events/*

0 comments on commit 93bff7a

Please sign in to comment.