diff options
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 88b29760b74..e75df8b8b61 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -23,6 +23,9 @@ | |||
| 23 | # in Git 1.8.2 (March 2013). | 23 | # in Git 1.8.2 (March 2013). |
| 24 | 24 | ||
| 25 | 25 | ||
| 26 | # Personal customization. | ||
| 27 | .dir-locals-2.el | ||
| 28 | |||
| 26 | # Built by 'autogen.sh'. | 29 | # Built by 'autogen.sh'. |
| 27 | /aclocal.m4 | 30 | /aclocal.m4 |
| 28 | /configure | 31 | /configure |
| @@ -256,7 +259,6 @@ gnustmp* | |||
| 256 | ChangeLog | 259 | ChangeLog |
| 257 | [0-9]*.patch | 260 | [0-9]*.patch |
| 258 | [0-9]*.txt | 261 | [0-9]*.txt |
| 259 | .dir-locals?.el | ||
| 260 | /vc-dwim-log-* | 262 | /vc-dwim-log-* |
| 261 | 263 | ||
| 262 | # Built by 'make install'. | 264 | # Built by 'make install'. |