Skip to content

Commit

Permalink
adding .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ashinn committed Dec 21, 2016
1 parent cdda7da commit 4e06cf0
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .gitignore
@@ -0,0 +1,42 @@
# Object files
*.o
*.bc
*.ko
*.obj
*.elf

# 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

# Debug files
*.dSYM/

# Generated files
.Z-*
irregex.c
new-dist.sh
*.import.*
*.html
*.tar.gz
*.tgz

0 comments on commit 4e06cf0

Please sign in to comment.