mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
40 lines
421 B
Plaintext
40 lines
421 B
Plaintext
# General
|
|
*.swp
|
|
*.kate-swp
|
|
tags
|
|
tmp
|
|
|
|
# Build directories
|
|
_build*
|
|
src/_build*
|
|
src/build
|
|
|
|
# Files generated by CMake
|
|
Makefile
|
|
src/core/soci_backends_config.h
|
|
|
|
# ... and the rest of CMake spam
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
CTestTestfile.cmake
|
|
cmake_install.cmake
|
|
|
|
# Visual Studio
|
|
*.opensdf
|
|
*.sdf
|
|
*.suo
|
|
|
|
# KDevelop
|
|
*.kate-swp
|
|
*.kdev4
|
|
|
|
# Qt Creator
|
|
*.config
|
|
*.creator*
|
|
*.files
|
|
*.includes
|
|
CMakeLists.txt.user
|
|
|
|
# Eclipse
|
|
/.project
|