Skip to content

Commit

Permalink
Merge pull request 1248#10 from authmillenon/gitignore
Browse files Browse the repository at this point in the history
Add .gitignore
  • Loading branch information
tobyjaffey committed Feb 3, 2015
2 parents 6fc9b1a + 5410d35 commit 4a1ca71
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Executable
coap

# Object files
*.o
*.ko
*.obj
*.elf

# Dependency files
*.d

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

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

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

0 comments on commit 4a1ca71

Please sign in to comment.