forked from Mudlet/Mudlet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (42 loc) · 790 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
/build*
*.pro.user
Makefile
ui_*.h
moc_*.cpp
qrc_*.cpp
*.o
*.dmg
*.app
*.qm
*.autosave
mudlet
app-build.txt
# Qt creator's clangd cache
.cache
# ignore macOS apps in general, but keep the Autoupdater from Sparkle
3rdparty/boost/*
3rdparty/cocoapods/*
!3rdparty/sparkle/Sparkle.framework/Versions/A/Resources/Autoupdate.app
translations/translated/lrelease_output.txt
translations/translated/translation-stats.json
CMakeLists.txt.user
#CLion
.idea
cmake-build-debug
cmake-build-minsizerel
cmake-build-release
cmake-build-relwithdebinfo
#VS Code
.vscode/*.code-workspace
#Docker
docker/docker-compose.override.yml
docker/.env
# Build information for Clang-based tools
compile_commands.json
#Visual Studio
.vs
out
CMakeSettings.json
# flatpak builder
CI/.flatpak-builder
CI/build-dir