Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
Signed-off-by: Andras Berger <andras.berger@nokia.com>
Signed-off-by: Bogdan Pricope <Bogdan.Pricope@enea.com>
Signed-off-by: Brian Brooks <Brian.Brooks@arm.com>
Signed-off-by: Hannu Jokinen <hannu.jokinen@nokia.com>
Signed-off-by: Sorin Vultureanu <sorin.vultureanu@enea.com>
  • Loading branch information
sovu committed Jul 7, 2015
0 parents commit f040934
Show file tree
Hide file tree
Showing 256 changed files with 75,207 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Object files
*.o
*.ko
*.obj
*.elf
*.lo

# Temporary files
*~
*.tmp

# Libraries
*.lib
*.a

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# ignore byproducts of autotools (bootstrap,configure)
*.log
*.patch
*.in
*.m4
*.guess
*.status
*.sub
Loading

0 comments on commit f040934

Please sign in to comment.