Fix .gitignore: Ignore the build directory instead of binaries

This commit is contained in:
Sebastian Neuser 2015-05-08 13:09:10 +02:00
parent d9e74bb152
commit e4281c159c

5
.gitignore vendored
View file

@ -24,13 +24,10 @@ zathura-*.tar.gz
# build dirs # build dirs
.depend .depend
.tx .tx
build/
gcov/ gcov/
doc/_build doc/_build
# binaries
zathura
zathura-debug
# version file # version file
version.h version.h
.version-checks/ .version-checks/