Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2013-11-27 21:16:34 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2013-11-27 21:16:34 +0400
commit7f2fec3adde68f53b126da95360554a804272853 (patch)
tree194a640baec774d5888137bda8fd893b4e6447e5 /.gitignore
parent7842d5f0e081000308435445bb61369b981097c0 (diff)
Ignore IDE specific meta files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3f2bbf8d86..e8a01470f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,5 @@ phpunit.xml
/build/
# Netbeans ide stuff
/nbproject/
+# Eclipse ide stuff
+/.pydevproject \ No newline at end of file