diff options
author | Daniel Burrows <dburrows@debian.org> | 2010-07-20 09:25:08 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2010-07-20 09:25:08 -0700 |
commit | c16ff0960ef77a22d6e9ac313bc6034b00116f05 (patch) | |
tree | c8b03d17f88ec43a636d79d0b1bf6f8dc493e44c /.gitignore | |
parent | e25cc1800abf5a8fea54f497f9ae348d4e33bbcf (diff) | |
download | aptitude-c16ff0960ef77a22d6e9ac313bc6034b00116f05.tar.gz |
Add .moc and .mocc to the ignore list.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ INSTALL *.o *.a *.pyc +*.moc +*.mocc po/*.gmo po/aptitude.pot.sig po/remove-potcdate.sed |