-
Notifications
You must be signed in to change notification settings - Fork 152
/
.gitignore
58 lines (51 loc) · 986 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
57
58
####################
# git ignore files #
####################
# ignore object files
*.o
*.a
*.so
*.so.1
*.so.1.0
*.so.1.0.0
*.obj
*.OBJ
*.dll
*.DLL
*.lib
*.LIB
.qmake.stash
moc_*.h
browserplugin/murx/
# ignore win-ming/bin
win-mingw/bin/
# ignore backup files
*~
# ignore Makefile because it will always change due to qmake
Makefile*
pvserver/pvsid.mak
pvserver/pvsmt.mak
# ignore file generated by moc, uic and qrc
moc_*.cpp
ui_*.h
qrc_*.cpp
# ignore executeables
pvbrowser/pvbrowser
pvdevelop/pvdevelop
pvserver/libpvsid.so.1.0.0
pvserver/libpvsmt.so.1.0.0
pvserver/processviewserver
rllib/foreign
rllib/lib/librllib.so.1.0.0
rllib/rlhistory/rlhistory
rllib/rlsvg/rlsvgcat
start_pvbapp/start_pvbapp
win-mingw/bin/start_pvbapp.exe
win-mingw/bin/SetupRegistry.exe
win-mingw/bin/pvbrowser.exe
win-mingw/bin/pvdevelop.exe
win-mingw/bin/rlhistory.exe
win-mingw/bin/fake_qmake.exe
win-mingw/bin/rlsvgcat.exe
language_bindings/lua/pvslua/pvslua
language_bindings/lua/pvslua/pvapplua