# Do not add ExternalData module staging files .ExternalData* # back-up files *~ *.bak # vim swp files *.swp ## Ignore files that are used for auto_completion with clang *.clang_complete ## YouCompleteMe vim plugin configuration file .ycm_extra_conf.py # KWStyle hook output *.kws # compiled python files *.pyc # Binary directory ignore patterns BUILD*/ build*/ # qtcreator CMakeLists.txt.user* # kdevelop *.kdev* .kdev* # back-up files when conflicts occur *.orig # Clion editor internal project information .idea # Visual Studio .vs # Mac System File .DS_Store # Ignore testing temporary files Testing/Temporary/ # CMake user presets CMakeUserPresets.json