diff options
Diffstat (limited to 'ext/detours/.gitignore')
-rw-r--r-- | ext/detours/.gitignore | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/ext/detours/.gitignore b/ext/detours/.gitignore new file mode 100644 index 0000000..b5a68d4 --- /dev/null +++ b/ext/detours/.gitignore @@ -0,0 +1,41 @@ +# 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
+*.tlog
+*.log
+*.obj
+*.user
+*.recipe
+/bin.*
+*.vcxproj.FileListAbsolute.txt
+*.vcxprojAssemblyReference.cache
|