diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2012-03-16 18:51:46 +0000 |
---|---|---|
committer | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2012-03-16 18:51:46 +0000 |
commit | ffff694f2b4b47c711df2724086f9232c1d4ecf5 (patch) | |
tree | c3fda72d2e2d17dadad6a2694d0f71f0c5b89cf3 /.gitignore | |
parent | 98080036b614c4818c342879b12290384c685ff7 (diff) | |
download | wireshark-ffff694f2b4b47c711df2724086f9232c1d4ecf5.tar.gz wireshark-ffff694f2b4b47c711df2724086f9232c1d4ecf5.tar.bz2 wireshark-ffff694f2b4b47c711df2724086f9232c1d4ecf5.zip |
Add *Tilde file to .gitignore
svn path=/trunk/; revision=41622
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5e7de73580..149f312ba9 100644 --- a/.gitignore +++ b/.gitignore @@ -122,6 +122,7 @@ qtshark # Misc # ######## *.swp +*~ .DS_Store packaging/macosx/COPYING.txt packaging/macosx/Info.plist |