1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 10:18:16 +02:00
Just added some comments. Some of us don't need some of the lines in the file.
This commit is contained in:
mimibar 2016-01-13 13:00:10 -06:00
parent da521d7bbf
commit 491eca8bda

View File

@ -1,4 +1,4 @@
*.pydevproject
.metadata .metadata
bin/ bin/
tmp/ tmp/
@ -19,7 +19,10 @@ local.properties
# Locally stored "Eclipse launch configurations" # Locally stored "Eclipse launch configurations"
*.launch *.launch
# CDT-specific # PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject .cproject
# JDT-specific (Eclipse Java Development Tools) # JDT-specific (Eclipse Java Development Tools)
@ -28,7 +31,7 @@ local.properties
# Java annotation processor (APT) # Java annotation processor (APT)
.factorypath .factorypath
# PDT-specific # PDT-specific (PHP Development Tools)
.buildpath .buildpath
# sbteclipse plugin # sbteclipse plugin