forked from KDE/kstars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
79 lines (70 loc) · 1.36 KB
/
.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
# Compiled Static libraries
*.lai
*.la
*.a
# Dolphin stuff
.directory
.cmake
# Vim swapfiles
.*.swp
# KStars Lite Android libraries
build_kstarslite/android_libs/*
build_kstarslite/android_libs_src/libnova/build/*
#QML compiled files
*.qmlc
CMakeLists.txt.user
build
moc_*.cpp
kstars/ui_*.h
kstars/version.h
config-kstars.h
nova-prefix/
raw-prefix/
cfitsio-prefix/
indi-prefix/
Makefile
CMakeFiles
cmake_install.cmake
CTestTestfile.cmake
ecm_uninstall.cmake
cmake_uninstall.cmake
CMakeCache.txt
install_manifest.txt
*_automoc.cpp
android/export/
android/indi/
android/kf5/
android/kstars-deployment.json
android/kstars-deployment.json.in
android/kstars_build_apk/
/AndroidManifest.xml
android/3rdparty/libraw/DisabledFeatures.txt
android/3rdparty/libraw/libraw.lsm
android/3rdparty/libraw/libraw.pc
android/3rdparty/libraw/libraw_config.h
android/3rdparty/libraw/libraw_r.pc
/build.gradle
kstars/Options.cpp
kstars/Options.h
kstars/htmesh/config-htmesh.h
kstars/kstars
kstars/*.moc_parameters
kstars/*.moc
kstars/qrc_kstars.cpp
kstars/data/kstars.qrc.depends
Tests/auxiliary/testcachingdms
Tests/auxiliary/testcsvparser
Tests/auxiliary/testdms
Tests/auxiliary/testfwparser
Tests/skyobjects/test_skypoint
doc/index.cache.bz2
# Generated source/header files
kstars/*adaptor.cpp
kstars/*adaptor.h
unitybuild_*.cpp