diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-08-24 15:35:51 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-08-24 15:35:51 +0200 |
commit | 13ac69cd80e46c68efd2e850e848fea36b7ba433 (patch) | |
tree | 9f7c77a7e8d71ca61d4f288da7f3cc29e7091b8d /.gitignore | |
parent | dca14f28d904c10ade618711158442fb8d472457 (diff) |
Ignore backup and .swp files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d6d65b892..def767e59 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ +# backup and temporary files +*~ +.*.sw[op] + +# the build directories /*/unxlng?? /*/unxlng??.pro +# autoconf generated stuff /ChangeLog /configure |