summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSoniya Vyas <svyas@redhat.com>2019-09-19 14:01:04 +0530
committerSoniya Vyas <svyas@redhat.com>2019-09-19 14:01:04 +0530
commite6568297123c8681da4c5ca5d7096a25a27ae230 (patch)
tree549f1b2ffb2c114bea7b194737c6e82354296230 /.gitignore
parentc3575afa7d622a1748e1654d065824a347f9410d (diff)
downloadtempest-e6568297123c8681da4c5ca5d7096a25a27ae230.tar.gz
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 06a228128..9767e52dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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