Skip to content

Commit

Permalink
Added .gitignore, trust me it's good for you (microsoft#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
assafnativ authored and dtarditi committed Dec 7, 2019
1 parent b60e485 commit 9d5283d
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# C extensions
*.so

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# vim
*~
*.swp

# Visual Studio build
*.ipch
.vs/
output/
include/
*.exp
*.pdb
*.lib
*.dll
*.exe
obj.*
*.ipdb
*.iobj

0 comments on commit 9d5283d

Please sign in to comment.