diff options
author | Guillaume Poirier-Morency <guillaumepoiriermorency@gmail.com> | 2014-11-07 14:09:57 -0500 |
---|---|---|
committer | Guillaume Poirier-Morency <guillaumepoiriermorency@gmail.com> | 2014-11-07 14:09:57 -0500 |
commit | 8bdd66a95d0a12751e6534598bfd9ed2f5dfcbb9 (patch) | |
tree | 6f9f64575cd7075cb0323eb0998f6cf7fdaa81a0 /Global/Anjuta.gitignore | |
parent | 3c1992331486bafdaf60be54532df12b12e9de97 (diff) | |
download | gitignore-8bdd66a95d0a12751e6534598bfd9ed2f5dfcbb9.tar.gz gitignore-8bdd66a95d0a12751e6534598bfd9ed2f5dfcbb9.zip |
Ignore the symbole database which is a generated binary file.
Diffstat (limited to 'Global/Anjuta.gitignore')
-rw-r--r-- | Global/Anjuta.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Global/Anjuta.gitignore b/Global/Anjuta.gitignore index 71124ae5..20dd42c5 100644 --- a/Global/Anjuta.gitignore +++ b/Global/Anjuta.gitignore @@ -1,2 +1,3 @@ -# Local configuration folder +# Local configuration folder and symbol database /.anjuta/ +/.anjuta_sym_db.db |