all repos — fluxbox @ main

custom fork of the fluxbox windowmanager

.gitignore (raw)

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
# Wildcard + in any subdir.
*.o

# Exact filename in any subdir.
.deps
.dirstamp
Makefile
Makefile.in

# Exact wildcard, e.g., not in subdirs.
/doc/*.1
/doc/*.5
/doc/*/*.1
/doc/*/*.5
/nls/*/*.cat
/nls/*/generated-*.m
/m4/*.m4

# Exact match, if a directory then everything in directory.
/aclocal.m4
/autom4te.cache/
/build-aux/
/config.h
/config.h.in
/config.log
/config.status
/configure
/data/apps
/data/init
/data/menu
/fbrun
/fbsetroot
/fluxbox
/fluxbox-remote
/fluxbox-update_configs
/libFbTk.a
/src/defaults.cc
/src/defaults.hh
/stamp-h1
/testDemandAttention
/testFont
/testFullscreen
/testKeys
/testRectangleUtil
/testSignals
/testStringUtil
/testTexture
/util/fluxbox-generate_menu
/util/startfluxbox
/version.h

# off source build directory
build