5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 03:40:34 +08:00

SQOOP-1339: Synchronize .gitignore files

(Abraham Elmahrek via Jarek Jarcec Cecho)
This commit is contained in:
Jarek Jarcec Cecho 2014-06-24 08:55:53 -07:00
parent c320b4fe03
commit 462bd9170c

21
.gitignore vendored
View File

@ -14,18 +14,25 @@
# KIND, either express or implied. See the License for the # KIND, either express or implied. See the License for the
# specific language governing permissions and limitations # specific language governing permissions and limitations
# under the License. # under the License.
/build *.eml
*.iml
*.ipr
*.iws
*.log
*~ *~
.classpath .classpath
.idea
.project .project
.launches
.settings .settings
nb-configuration.xml
patch-process
target
# Sqoop1 specific
.ant-targets-build.xml .ant-targets-build.xml
/tags .launches
/build
/build.properties /build.properties
/conf/managers.d /conf/managers.d
/conf/tools.d /conf/tools.d
.idea /tags
*.iml
*.eml
target