*.tar.bz2
*.tar.gz
*.7z
*.zip
.DS_Store
*~
NUL
*.gcode

## Directories used for other stuff
Trash/*
output/*
callgrind/*

## Building result.
build/*
debug_build/*
cmake-build-debug/*
*.pyc
*.exe
*.a
*.o
CuraEngine
_bin
_obj
x64/*

## 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.*
