diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-08-24 17:01:36 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-08-24 17:01:36 +0200 |
commit | b215f7c05b7008c5932a076074105d3e3e3736f9 (patch) | |
tree | c894b2d4afbd62d94c49c082ba04e796a7020d09 /.gitignore | |
parent | 446c9689d8b7028aeb38eafda188efbc2a61f0ec (diff) |
Update .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f9ff7e2edb24..def767e59215 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,11 @@ +# backup and temporary files +*~ +.*.sw[op] + +# the build directories /*/unxlng?? /*/unxlng??.pro + +# autoconf generated stuff +/ChangeLog +/configure |