diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-10 20:27:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-10 20:27:59 +0100 |
commit | 5e0e2517f9dbbd65474baccfcbda263a2ee8b9bd (patch) | |
tree | 53932fd160a517581a5e8f261e174fbce8b607d7 /.gitignore | |
parent | 60f108553552eba8441589c47294f252e4ace1e5 (diff) |
ignore libxslt .memdump and LibO lock files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cd7b44d0dfaf..b4fe3c243e14 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,9 @@ test/user-template/user/psprint/pspfontcache # MSVC debug information /*/vc90.pdb + +# libxslt debug memdump +.memdump + +#LibreOffice lock files +.~lock.*# |