Skip to content

Commit

Permalink
Updates .gitignore with typical C entries
Browse files Browse the repository at this point in the history
  • Loading branch information
briancline committed Jan 26, 2015
1 parent 5896074 commit 90d4722
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,33 @@
# From original .csvignore
Sources/version.c
Sources/cksum

# Object files
*.o
*.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

0 comments on commit 90d4722

Please sign in to comment.