forked from gnorasi/gnorasi
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.hgignore
76 lines (60 loc) · 1.08 KB
/
.hgignore
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
# use glob syntax.
syntax: glob
============================================
#bin dir
Gnorasi/bin
============================================
#Build dir
Gnorasi-build
qtcreator-build
Gnorasi-build2
============================================
# qt related files
.DS_Store
*.obj
*.moc
Makefile*
*.so.*
*.so
*.so.debug
*.o
.cd.rc
*.swp
moc_*.cpp
*.Debug
*.Release
*.pdb
*.idb
*.ib_pdb_index
.qmake.cache
============================================
#QtCreator project files
*.pro.user
*.pro.user*
============================================
# Failed patch
*.orig
*.rej
moc_*.cxx
moc_*.cpp
============================================
#external directories
Gnorasi/ext/boost
Gnorasi/ext/glew
Gnorasi/ext/glut
Gnorasi/ext/osgeo4w
Gnorasi/ext/qwt
build-*
============================================
#otb related directories
Gnorasi/modules/otb/ext
============================================
#Other
CMakeLists.txt.user
Gnorasi/data/voreensettings.xml
Gnorasi/data/voreenve-log.html
data
GnorasiWholeProjectDoxyfile
Gnorasi/modules/KnowledgeDoxyfile
Gnorasi/modules/OTBDoxyfile
*txt.user*