Added instructions about general IDE's in gitignore
.gitignore file was missing a very general and easy to forget instruction about general IDE's contributors(new) use for developing code. This instruction would be clear idea to add there respective IDE's generated files to local git configuration file so that they could be locally ignored. Change-Id: I6a7dc7fc6a535fe583e9db5878fc496232a69247 Signed-off-by: Soniya Vyas <svyas@redhat.com>
This commit is contained in:
parent
c3575afa7d
commit
e656829712
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,3 +1,9 @@
|
||||
# Don't add patterns to exclude files created by preferred personal tools
|
||||
# (editors, IDEs, your operating system itself even). These should instead be
|
||||
# maintained outside the repository, for example in a ~/.gitignore file added
|
||||
# with:
|
||||
#
|
||||
# git config --global core.excludesfile '~/.gitignore'
|
||||
AUTHORS
|
||||
ChangeLog
|
||||
*.pyc
|
||||
|
Loading…
Reference in New Issue
Block a user