Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

/bazel-*
*~
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As an emacs user, I appreciate this, but I prefer to put it in my own ~/.gitignore and include that via ~/.gitconfig:

[core]
        excludesfile = /expanded/path/to/~/.gitignore

That way I don't have to make such changes to every project I work on.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense - but i still think its a good idea for projects to carry this also