forked from KDE/umbrello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (46 loc) · 832 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
# Ignore the following files
*~
*.kate-swp
*.kdev4
.kdev_include_paths
*.kdevelop.pcs
*.moc
Makefile
CMakeLists.txt.user*
/compile_commands.json
# CMake assets
CMakeCache.txt
CTestTestfile.cmake
CMakeFiles/
CMakeTmp/
FindPackageLog.txt
# Umbrello build files
umbrello/umbrello
umbrello/umbrello.shell
umbrello/umbrello_automoc.cpp
umbrello/umbrello_automoc.cpp.files
umbrello/umbrellosettings.cpp
umbrello/umbrellosettings.h
unittests/TEST_basictypes
unittests/TEST_basictypes.shell
unittests/TEST_basictypes_automoc.cpp
unittests/TEST_basictypes_automoc.cpp.files
doc/index.cache.bz2
# Qt generated files
umbrello/moc_*.cpp
umbrello/ui_*.h
# Vi, Emacs and ctags
*.sw[p,o,n]
\#*
.\#*
/tags
/umbrello/tags
# Dolphin, Kate, KDevelop
.directory
# OSX Finder, TextMate
.DS_Store
*.tmproj
tmtags
maintainer/work
build
.vscode