diff options
| author | Ladislav Zezula <zezula@volny.cz> | 2025-05-26 20:22:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-26 20:22:44 +0200 |
| commit | 7acd704ad0800d229962c4a29b71ef66cfa0ca1c (patch) | |
| tree | e98e32a49b7c0860223ce280e005a2c559f703df /.gitignore | |
| parent | c6d89095fcdcaa83987d64040f44416bd9083f25 (diff) | |
| parent | 4b38800ab7eba3db99935b5aa3d79c02395cfc95 (diff) | |
Merge pull request #382 from cen1/feature/ci
CMake modernization, basic CI, release artefacts, readme
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -109,6 +109,9 @@ stylecop.* ~$* *.dbmdl Generated_Code #added for RIA/Silverlight projects +.idea/ +cmake-build-*/ +build/ # Backup & report files from converting an old project file to a newer # Visual Studio version. Backup files are not needed, because we have git ;-) |
