Skip to content

Commit

Permalink
mv .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dangla committed Oct 30, 2017
1 parent 11c7324 commit dce2520
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Prerequisites
*.d

# Compiled object files
*.o
*.ko
*.obj
*.elf

# Linker output
*.ilk
*.map
*.exp

# Precompiled Headers
*.gch
*.pch

# Complied static libraries
*.lib
*.a
*.la
*.lo

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

# Executables
*.exe
*.out
*.app

0 comments on commit dce2520

Please sign in to comment.