1
0
mirror of https://github.com/github/gitignore synced 2024-11-12 23:08:51 +01:00

Merge pull request #849 from Danimoth/patch-1

Change Eclipse.gitignore to correctly handle bin/ and tmp/ directories
This commit is contained in:
Adam Roben 2013-11-26 19:48:19 -08:00
commit 926389c7cc

View File

@ -1,9 +1,8 @@
*.pydevproject *.pydevproject
.metadata .metadata
.gradle .gradle
bin/** bin/
tmp/** tmp/
tmp/**/*
*.tmp *.tmp
*.bak *.bak
*.swp *.swp