diff options
author | Amir E. Aharoni <amir.aharoni@mail.huji.ac.il> | 2012-03-29 22:01:20 +0200 |
---|---|---|
committer | Amir E. Aharoni <amir.aharoni@mail.huji.ac.il> | 2012-03-29 22:26:31 +0200 |
commit | e45e54ca32f9b40ccf14c2279b17c79d046ffdd2 (patch) | |
tree | a39effaffbbacbae81230ef793462517b18187b5 /.gitignore | |
parent | 021f90eb9cca57d4f5cbf2dd0e8512b5f5f1114a (diff) | |
download | mediawikicore-e45e54ca32f9b40ccf14c2279b17c79d046ffdd2.tar.gz mediawikicore-e45e54ca32f9b40ccf14c2279b17c79d046ffdd2.zip |
Added *.kate-swp to .gitignore.
These are temporary files created by Kate, a popular text editor in KDE.
Change-Id: I72e3eca752940e864c257a23014e335f4d181f4a
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 07c317580876..7b3ec46a7a85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .svn *~ +*.kate-swp .classpath .idea .metadata* |