forked from Krigu/Gaze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
76 lines (70 loc) · 2.09 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
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
# Compiled Static libraries
*.lai
*.la
*.a
# hide some eclipse stuff
Debug/
Release/
# hide the generated Documentation
/doc/cpp/GazeLib/
/doc/cpp/GazeBrowser/
/GazeBrowser/nbproject/qt-Debug.mk
/GazeBrowser/moc_*.cpp
/GazeBrowser/build/
/GazeBrowser/dist/
/GazeBrowser/nbproject/Makefile-*
/GazeBrowser/nbproject/Package-*.bash
/GazeBrowser/nbproject/qt-*.pro
/GazeBrowser/nbproject/private/
/GazeBrowser/qrc_gaze_js.cpp
/GazeLib/build/
/GazeLib/dist/
/GazeLib/nbproject/private/
/GazeLib/nbproject/Makefile-*
/GazeLib/nbproject/Package-*.bash
/GazeTracker/build/
/GazeTracker/dist/
/GazeTracker/nbproject/private/
/GazeTracker/nbproject/Makefile-*
/GazeTracker/nproject/Package-*.bash
/bestFitCircle/dist/
/bestFitCircle/build/
/bestFitCircle/nbproject/Makefile-Debug.mk
/bestFitCircle/nbproject/Makefile-impl.mk
/bestFitCircle/nbproject/Makefile-Release.mk
/bestFitCircle/nbproject/Makefile-variables.mk
/bestFitCircle/nbproject/Package-Debug.bash
/bestFitCircle/nbproject/Package-Release.bash
/bestFitCircle/nbproject/private/
/VideoStarburstTest/build/
/VideoStarburstTest/dist/
/VideoStarburstTest/nbproject/private/
/VideoStarburstTest/nbproject/Makefile-Debug.mk
/VideoStarburstTest/nbproject/Makefile-impl.mk
/VideoStarburstTest/nbproject/Makefile-Release.mk
/VideoStarburstTest/nbproject/Makefile-variables.mk
Package-Debug.bash
/VideoStarburstTest/nbproject/Package-Debug.bash
/VideoStarburstTest/nbproject/Package-Release.bash
/GazeTracker/nbproject/Package-*
/StaticImageStarburst/build/
/StaticImageStarburst/dist/
/StaticImageStarburst/nbproject/Makefile-Debug.mk
/StaticImageStarburst/nbproject/Makefile-impl.mk
/StaticImageStarburst/nbproject/Makefile-Release.mk
/StaticImageStarburst/nbproject/Makefile-variables.mk
/StaticImageStarburst/nbproject/Package-Release.bash
/StaticImageStarburst/nbproject/private/
/StaticImageStarburst/nbproject/private/configurations.xml
/StaticImageStarburst/nbproject/private/Makefile-variables.mk
/StaticImageStarburst/nbproject/private/private.xml
qt-Release.mk
/BlobPupil/build/
/BlobPupil/dist/
BlobPupil