Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEsch committed Apr 15, 2015
1 parent 7b25eca commit 8a73b93
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
.build
.cproject
.deps
.libs
.project

.dummy
.dummy.in

*.o
*.a
*.P
*.lo
*.la
*.pvr
*.zip
*.patch
*.orig
*.diff

*.idb
*.tlog
*.lastbuildstate

# Windows specific generated files
*.exp
*.lib
*.pdb
*.ilk
*.suo
*.sdf
*.opensdf
*.vcxproj.user

build/
VS2013Kodi_AddonProject/

0 comments on commit 8a73b93

Please sign in to comment.