diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-16 13:33:22 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-16 13:33:22 -0800 |
commit | ca26e8409d9777487391a551d1221fffa64e849e (patch) | |
tree | 02b94682bbae68eefe49eeb731fe2d9d56879e0d /.gitignore | |
parent | fd24237916263ab6ffcde7fbbf8dac8040eab80c (diff) | |
download | subsurface-ca26e8409d9777487391a551d1221fffa64e849e.tar.gz |
Some more .gitignore cleanup
Hide more of the files that clutter our directories
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 54f6fb192..f19a4f202 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,16 @@ *.o +*.orig +*.rej +*.exe +*.dmg +*.patch +*.xml +!dives/*.xml +*~ /subsurface .dep/ share/ +Documentation/user-manual.pdf +Documentation/user-manual.html +packaging/windows/subsurface.nsi +packaging/macos/Info.plist |