Skip to content

Commit

Permalink
MINOR: Added to .gitignore Kafka server logs directory
Browse files Browse the repository at this point in the history
When running Kafka server from sources, logs directory gets created in root of repository, and kafka server logs end up there. Currently that directory is not ignored by git.

This change adds root logs directory to .gitignore so that Kafka server logs are ignored and do not get tracked by git.

Author: Stevo Slavić <[email protected]>

Reviewers: Ismael Juma

Closes apache#94 from sslavic/patch-7 and squashes the following commits:

c7b62a7 [Stevo Slavić] MINOR: Added to .gitignore Kafka server logs
  • Loading branch information
sslavic authored and Chen Shapira committed Aug 3, 2015
1 parent b152c06 commit cd3dc7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ kafka.ipr
kafka.iws
.vagrant
Vagrantfile.local
/logs

config/server-*
config/zookeeper-*
Expand Down

0 comments on commit cd3dc7a

Please sign in to comment.