mirror of
https://gitea.windcorp.ru/Wind-Corporation/Progressia.git
synced 2025-08-28 00:06:50 +03:00
Squash improve-ide-compat into main
Fixes GH-5 - cppcheck replaced with clang-tidy - clang-tidy lint warnings fixed - Reworked build tools from scratch to make IDE setup easier - Added 1.5 IDE setup guides
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -4,11 +4,19 @@ build
|
||||
# Run directory
|
||||
run
|
||||
|
||||
# Local environment setup file
|
||||
tools/private.sh
|
||||
# Local settings for pre-commit.py
|
||||
tools/pre-commit-settings.json
|
||||
|
||||
# Prevent anyone from accidentally uploading CMakeFiles
|
||||
CMakeFiles
|
||||
|
||||
# Visual Studio garbage
|
||||
.vs
|
||||
CMakeSettings.json
|
||||
out
|
||||
|
||||
# Some weirdos use Kate
|
||||
*.kate-swp
|
||||
|
||||
# Real creeps use KDevelop
|
||||
*.kdev*
|
||||
|
Reference in New Issue
Block a user