-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
56 lines (42 loc) · 951 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Prerequisites
*.d
# Precompiled Headers
*.gch
*.pch
# IDE files
CMakeLists.txt.user
*.txt.user.*
*.pro.user
.idea/
# System files
.directory/
# Example files to be used locally
examples/*.local.msc
# Generated API and tests documentation
doc/doxygen
doc-tests/doxygen
# VS Code directory
.vscode/
# Temporary test outputs
tests/**/output/*
# locally generated files for SDL exporter references
tests/unittests/sdl/SdlExporter/references/*/*.aadl
tests/unittests/sdl/SdlExporter/references/*/*.acn
tests/unittests/sdl/SdlExporter/references/*/*.user
tests/unittests/sdl/SdlExporter/references/*/*.msc
tests/unittests/sdl/SdlExporter/references/*/work/binaries/*
tests/unittests/sdl/SdlExporter/references/*/work/*
/build/
/spacecreator.AppDir/
*.log
/spacecreator_build_qt6/
# precompiles python files
*.pyc
# ccls-cache
.ccls-cache/
# cmake filebased api
.cmake/
# autosave files
*.autosave
# External code
src/3rdparty/tasteqtwidgets