Skip to content

Commit

Permalink
git ignore nar extension file (apache#2161)
Browse files Browse the repository at this point in the history
### Motivation

`pulsar-client-tools` module generates nar file under test-resources which should be ignored while checkin.

### Modifications

add *.nar to .gitignore
  • Loading branch information
rdhabalia authored and sijie committed Jul 14, 2018
1 parent 0ff99e7 commit ce9b125
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -9,6 +9,7 @@ pulsar-broker/tmp.*
pulsar-broker/src/test/resources/log4j2.yaml
pulsar-functions/worker/test-tenant/
*.log
*.nar

*.versionsBackup
*/bin
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit ce9b125

Please sign in to comment.