Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Tell Git to ignore more generated files.
  • Loading branch information
qris committed Nov 7, 2016
1 parent 0855ea4 commit 2462dbd
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions .gitignore
Expand Up @@ -62,8 +62,8 @@ test/*/*.memleaks

# built by makebuildenv.pl
test/*/_main.cpp
test/*/_t
test/*/_t-gdb
test/*/t
test/*/t-gdb
bin/*/autogen_*.cpp
bin/*/autogen_*.h
lib/*/autogen_*.cpp
Expand All @@ -77,9 +77,35 @@ qdbm/libqdbm.a
qdbm/qdbm.pc
qdbm/qdbm.spec
qdbm/LTmakefile
qdbm/cbcodec
qdbm/cbtest
qdbm/crmgr
qdbm/crtest
qdbm/crtsv
qdbm/dpmgr
qdbm/dptest
qdbm/dptsv
qdbm/hvmgr
qdbm/hvtest
qdbm/libqdbm.so
qdbm/libqdbm.so.14
qdbm/libqdbm.so.14.13.0
qdbm/odidx
qdbm/odmgr
qdbm/odtest
qdbm/qmttest
qdbm/rlmgr
qdbm/rltest
qdbm/vlmgr
qdbm/vltest
qdbm/vltsv

# development
*.orig
*.patch
.*.swo
.*.swp

# generated documentation
docs/htmlguide
docs/man

0 comments on commit 2462dbd

Please sign in to comment.