pybind11/.gitignore
Jonas Adler fc0ca71903 Fix crash when calling buffer.request multiple times
buffer.request now creates a temporary Py_buffer instead of a pointer.
This reduces the probability of misstakes, and stops a segfault when
buffer.request was called twice.

Also add build folder to gitignore.
2015-12-22 15:23:13 +01:00

24 lines
242 B
Plaintext

CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
.DS_Store
/example/example.so
/example/example.pyd
/build/*
*.sln
*.sdf
*.opensdf
*.vcxproj
*.filters
example.dir
Win32
x64
Release
Debug
.vs
CTestTestfile.cmake
Testing
autogen
MANIFEST