openEMS/.gitignore
Thorsten Liebig 4ebe163aeb python: initial code for python interface using cython
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2016-08-28 21:34:28 +02:00

29 lines
257 B
Plaintext

build/
release/
debug/
doc/
obj/
nf2ff/nf2ff
tmp*
Makefile*
*~
*.so*
*.a
*.pro.user*
*.user
*.orig
localPaths.pri
.directory
#cmake
**CMakeFiles
CMakeCache.txt
cmake_install.cmake
install_manifest.txt
localConfig.cmake
#python
*.pyc
*.pyo
python/**/*.cpp