Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[.gitignore]: add build artifacts #2938

Merged
merged 2 commits into from
May 26, 2019
Merged

Conversation

theasianpianist
Copy link
Contributor

  • Ignore images
  • Ignore debug files
  • Ignore compressed/tarred files
  • Ignore libyang, smartmontools, and swig artifacts
  • Ignore miscellaneous initramfs-tools artifacts

Signed-off-by: Lawrence Lee [email protected]

- What I did

  • Added build artifacts to .gitignore

- How I did it

  • Include tarball/archive file extensions and directories in src/ containing artifacts

- How to verify it

  • No changes should be shown after a successful build

* Ignore images
* Ignore debug files
* Ignore compressed/tarred files
* Ignore libyang, smartmontools, and swig artifacts
* Ignore miscellaneous initramfs-tools artifacts

Signed-off-by: Lawrence Lee <[email protected]>
@msftclas
Copy link

msftclas commented May 23, 2019

CLA assistant check
All CLA requirements met.

.gitignore Outdated
*.tar
*.xz
*.gz
*dbg*
Copy link
Collaborator

Choose a reason for hiding this comment

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

this is a little bit vague, there might be a file dbg.c

* Remove pattern '*dbg*' and replaced with '*-dbg' and '*dbg.j2'

Signed-off-by: Lawrence Lee <[email protected]>
@lguohan lguohan merged commit ccf91c3 into sonic-net:master May 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants