You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
647 B
Plaintext
57 lines
647 B
Plaintext
*.tar.bz2
|
|
*.tar.gz
|
|
*.7z
|
|
*.zip
|
|
.DS_Store
|
|
*~
|
|
NUL
|
|
*.gcode
|
|
|
|
## Directories used for other stuff
|
|
Trash/*
|
|
output/*
|
|
callgrind/*
|
|
|
|
## Building result.
|
|
build/*
|
|
debug_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.*
|