diff options
author | Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> | 2013-02-16 16:15:17 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-16 08:07:21 -0800 |
commit | 45c7ceb917f31f84b151a2b48a7329cbfb44a02a (patch) | |
tree | cf9b14a33f6e2f5a48e76f876407a382c0448fbf /.gitignore | |
parent | 6a2d58d711a74e7b7be06a12e76fba32cc67f84e (diff) | |
download | subsurface-45c7ceb917f31f84b151a2b48a7329cbfb44a02a.tar.gz |
Ignore the .dep and share directories.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 14742cce9..54f6fb192 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *.o /subsurface +.dep/ +share/ |