summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSushil Kumar <sushil.kumar2@globallogic.com>2013-12-07 13:45:10 +0000
committerSushil Kumar <sushil.kumar2@globallogic.com>2013-12-07 14:45:45 +0000
commit62f67b5a2f744a27759355a0c795e4e816cefbe7 (patch)
treea61423eead974bfd8584e9821fb3605be84131c9 /.gitignore
parent5eede25ae4888268f1cabf93a76b5b79079c27d6 (diff)
downloadtrove-62f67b5a2f744a27759355a0c795e4e816cefbe7.tar.gz
Removing IDE specific ignores
Reasons - .gitignore contains IDE specific ignores - IDE specific ignores should be setup using global gitignore on local box. for eg. create a .gitignore locally and use ... git config --global core.excludesfile .gitignore Changes - Removed .idea generated by IntelliJ. - Removed .DS_Store generated by Mac OS. - Removed .project generated by Eclipse. - Removed .pydevproject generated by PyDev. - Removed atlassian-ide-plugin.xml generated by Atlassian IDE. Change-Id: I902e980834716edb8a30ca58df520fd3fc0f73aa Closes-Bug: #1257279
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 137f36a9..3c5c31a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
vagrant/
*.pyc
-.idea
trove_test.sqlite
.venv
run_tests.log
@@ -10,7 +9,6 @@ trove/vcsversion.py
*py*.egg
.coverage
cover/
-.DS_Store
dist/
host-syslog.log
tags
@@ -20,11 +18,8 @@ trove/versioninfo
AUTHORS
ChangeLog
trove.iml
-atlassian-ide-plugin.xml
.testrepository
.pid
-.project
-.pydevproject
# Sphinx
doc/build/*