Skip to content

Conversation

@dilijev
Copy link
Contributor

@dilijev dilijev commented Sep 14, 2016

Added
*.bak
*.orig

Added many more types of files that are sometimes generated by VS.

Organized ignore filters into categories, and sorted lines within categories.

@pleath
Copy link
Contributor

pleath commented Sep 14, 2016

Yay.

.gitignore Outdated
packages/
*.tlog/
.*.swp
*.orig
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks for this. Could you also consider adding *.bak too ?

Copy link
Contributor Author

@dilijev dilijev Sep 14, 2016

Choose a reason for hiding this comment

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

Sure. By the way, what tools generate *.bak?

Copy link
Collaborator

Choose a reason for hiding this comment

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

@dilijev
Copy link
Contributor Author

dilijev commented Sep 14, 2016

As long as we're tweaking, here's my gitignore_global. Think we should add anything from that list?

#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.dll
*.lib
*.sbr

.vscode

*~
~*
*.orig

#vim
.*.swp
.*.swo

@dilijev dilijev changed the title .gitignore *.orig files .gitignore: add *.bak, *.orig, files generated by VS, and reorganize .gitignore file Sep 14, 2016
@dilijev
Copy link
Contributor Author

dilijev commented Sep 14, 2016

Added the above, organized ignore filters into categories, and sorted lines within categories.

@tcare
Copy link
Contributor

tcare commented Sep 15, 2016

Looks good :)

@chakrabot chakrabot merged commit 84f9ae9 into chakra-core:master Sep 15, 2016
chakrabot pushed a commit that referenced this pull request Sep 15, 2016
… by VS, and reorganize .gitignore file

Merge pull request #1580 from dilijev:ignore

Added
*.bak
*.orig

Added many more types of files that are sometimes generated by VS.

Organized ignore filters into categories, and sorted lines within categories.
@dilijev dilijev deleted the ignore branch September 15, 2016 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants