diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2012-04-02 19:31:02 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2012-04-02 19:31:02 -0600 |
commit | 0d1b60136862dd831ca586516d47561181e321ec (patch) | |
tree | 0845c02c4b2c14db43b6bfe03b4c276597223ad1 /.gitignore | |
parent | ec78cc7cc51e9c9d4a01a7ede1b4b17aae2fc352 (diff) | |
download | numpy-0d1b60136862dd831ca586516d47561181e321ec.tar.gz |
BUG: Fix .gitignore again, using github suggestions.
http://help.github.com/ignore-files/
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index a7b5d878a..ef6427d69 100644 --- a/.gitignore +++ b/.gitignore @@ -70,10 +70,10 @@ doc/cdoc/build # OS generated files # ###################### -.DS_Store +.DS_Store* .VolumeIcon.icns .fseventsd -Icon^M^M +Icon? .gdb_history ehthumbs.db Thumbs.db |