summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 5ba09e86b70b19c5c6f6e7147f1c712860525e80 (plain)
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
#
# Files to be ignored by Git (do not commit)
#

*.o
*.exe

# CMake
bin/
**/cmake_install.cmake
**/CMakeCache.txt
**/CMakeFiles/
etc/UseFLTK.cmake
cmake_uninstall.cmake
UseFLTK.cmake
FLTK.sln
FLTK-Targets.cmake
FLTKConfig.cmake
etc/FLTKConfig.cmake

# MSVC
*.tlog
.vs/

# /
/autom4te*.cache
/build
/clang
/config.cache
/config.guess
/config.h
/config.log
/config.status
/config.sub
/configure
/fltk-config
/fltk.list
/fltk.spec
/makeinclude
/*.bck
/TAGS

# /FL
/FL/abi-version.h
/FL/Makefile
/FL/*.bck

# /documentation/
/documentation/.xvpics
/documentation/blocks.0
/documentation/blocks.6
/documentation/blocks.z
/documentation/checkers.0
/documentation/checkers.6
/documentation/checkers.z
/documentation/Doxybook
/documentation/Doxyfile
/documentation/fltk.0
/documentation/fltk.3
/documentation/fltk-config.0
/documentation/fltk-config.1
/documentation/fltk-config.z
/documentation/fltk.d
/documentation/fltk.pdf
/documentation/fltk.z
/documentation/fluid.0
/documentation/fluid.1
/documentation/fluid.z
/documentation/html
/documentation/latex
/documentation/sudoku.0
/documentation/sudoku.6
/documentation/sudoku.z
/documentation/*.bck
/documentation/*.bak
/documentation/*.log

# /documentation/src/
/documentation/src/*.0
/documentation/src/*.1
/documentation/src/*.3
/documentation/src/*.6
/documentation/src/*.z
/documentation/src/fltk-book.tex

# /examples/
# see examples/.gitignore

# /fluid/
/fluid/fluid
/fluid/fluid-shared
/fluid/*.bck
/fluid/*.exe
/fluid/TAGS

# /fluid/fluid.app/Contents/MacOS/
/fluid/fluid.app/Contents/MacOS/fluid

# /fluid/pixmaps/
/fluid/pixmaps/*.bck

# /lib/
/lib/lib*
/lib/*.lib
/lib/*.a

# /misc/
/misc/doxystar

# /src/
/src/*.so*
/src/*.sl*
/src/*.a
/src/*.bck
/src/*.sav
/src/*.dylib

# /test/
# see test/.gitignore

# macOS binary files
# (see also test/.gitignore)

fluid/*.app/Contents/MacOS
**/.DS_Store