Arquivos
2016-07-07 20:09:52 +02:00

51 linhas
567 B
Plaintext

*.tar.bz2
*.tar.gz
*.7z
*.zip
.DS_Store
*~
NUL
*.gcode
## Building result.
build/*
*.pyc
*.exe
*.a
*.o
CuraEngine
_bin
_obj
## CMake files
cmake_install.cmake
CMakeCache.txt
CMakeFiles/
CPackSourceConfig.cmake
# Visual Studio files generated by CMake
*.vcxproj
*.vcxproj.filters
CuraEngine.sln
# Makefile generated by CMake
Makefile
## IDE project files.
CuraEngine.layout
CuraEngine.cbp
*kdev*
*.kate-swp
nbproject/*
.idea
*.depend
.*.swp
## Documentation.
documentation/html/*
documentation/latex/*
## Test results.
tests/output.xml
callgrind.out.*