Exclude

From Elektra Initiative

This content describes .git/info/exclude.

Use

git-ls-files --others --exclude-from=.git/info/exclude

to generate it after the make process for your own (will be much more files then).

Lines that start with '#' are comments.

Content

# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
*.[oa]
*~
*.la
*.lo

.libs
.deps

Makefile
Makefile.in

#tests
tests/test_kdb
tests/test_key
tests/test_ks
tests/test_xml
tests/test_getset
tests/test_trie
tests/test_mount
tests/test_cap
tests/test_serialize
tests/test_stream

src/bindings/cpp/test/test_key
src/bindings/cpp/test/test_ks
src/bindings/cpp/test/test_kdb

#benchmarks
benchmarks/large
benchmarks/threads


# examples
examples/application
examples/binary
examples/cascading
examples/hello
examples/keyNewExample
examples/keyset
examples/lookup
examples/test
examples/example

mkinstalldirs
rellns-sh
aclocal.m4
autom4te.cache
compile
compile.output
config.guess
config.log
config.status
config.sub
configure
depcomp
doc/elektra-api
elektra.pc
elektra.spec
elektratools.pc
install-sh
libltdl
libtool
ltmain.sh
missing


src/include/config.h
src/include/config.h.in
src/include/kdbprivate.h
src/include/stamp-h1
src/kdb/kdb
src/kdb/kdb_static
src/libelektra/exported_symbols.c
src/libelektra/exportobjects.sh
src/libelektra/objects


Views
MediaWiki