diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | ChangeLog | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d40f09a182a..6702a192bcb 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -233,6 +233,7 @@ info/dir | |||
| 233 | *.rej | 233 | *.rej |
| 234 | *~ | 234 | *~ |
| 235 | .#* | 235 | .#* |
| 236 | \#*\# | ||
| 236 | [0-9]*.patch | 237 | [0-9]*.patch |
| 237 | 238 | ||
| 238 | # Built by 'make install'. | 239 | # Built by 'make install'. |
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * .gitignore: Ignore autosave files. | ||
| 4 | |||
| 1 | 2014-12-01 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2014-12-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | * .gitignore: Remove redundant pattern (subsumed by _*). | 7 | * .gitignore: Remove redundant pattern (subsumed by _*). |