Chromium Code Reviews| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| index 21d8295565867490f7d7340466ebe422536dfb1c..a4d482b8be827ac8521593d5b6f7cb52d0c53840 100644 |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -41,10 +41,13 @@ client/tests/drt |
| *.pyc |
| third_party/gsutil/*/gsutilc |
| -# temporary vim files |
| +# Temporary vim files |
| *.swo |
| *.swp |
| +# Emacs backup files |
| +*~ |
|
Søren Gjesse
2012/02/29 10:23:53
How about adding the auto-save files as well (#*#)
ahe
2012/02/29 10:25:30
I'd rather if you don't. It helps me see if there
|
| + |
| /compiler/eclipse.workspace/tests/output/ |
| /compiler/eclipse.workspace/dartc/output/ |
| /compiler/eclipse.workspace/rhino/output/ |