fluxbox/.gitignore

54 lines
756 B
Text
Raw Normal View History

2013-01-16 22:53:24 +00:00
# Wildcard + in any subdir.
*.o
# Exact filename in any subdir.
.deps
.dirstamp
2003-06-17 13:29:51 +00:00
Makefile
Makefile.in
2013-01-16 22:53:24 +00:00
# Exact wildcard, e.g., not in subdirs.
/doc/*.1
/doc/*.5
/doc/*/*.1
/doc/*/*.5
/nls/*/*.cat
/nls/*/generated-*.m
/m4/*.m4
2013-01-16 22:53:24 +00:00
# Exact match, if a directory then everything in directory.
/aclocal.m4
/autom4te.cache/
/build-aux/
2013-01-16 22:53:24 +00:00
/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
2013-01-16 22:53:24 +00:00
/src/defaults.cc
/src/defaults.hh
/stamp-h1
/testDemandAttention
/testFont
/testFullscreen
/testKeys
/testRectangleUtil
/testSignals
/testStringUtil
/testTexture
2013-01-16 22:53:24 +00:00
/util/fluxbox-generate_menu
/util/startfluxbox
/version.h
2014-01-07 23:41:17 +00:00
# off source build directory
build