aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorcen1 <cen.is.imba@gmail.com>2025-04-18 15:28:40 +0200
committercen1 <cen.is.imba@gmail.com>2025-05-25 19:42:45 +0200
commit4b38800ab7eba3db99935b5aa3d79c02395cfc95 (patch)
treeb93af75e349e1644dbf02186125f3e20095775fa /.gitignore
parentda046e71d9cfdfc0e143b6be0e496fddb9c6bab9 (diff)
- modernize CMake by adding target_ where missing, split add_library and sources (target_sources), some reordering
- make tests it's own CMake project - add CMake option to override hardcoded test data paths - improve CMake documentation, document all options - add basic CI build for Debian, Fedora and Windows - add release pipeline to create .deb, .rpm and Windows li/dll archives
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3d764df..5e4d76f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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 ;-)