diff options
author | Jacek Antonelli | 2009-11-29 00:14:02 -0600 |
---|---|---|
committer | Armin Weatherwax | 2009-12-01 22:59:17 +0100 |
commit | 686b994f11a5e7ec2c11e40dc3ca8178c47decdf (patch) | |
tree | 3f323700865877ed1963f96a6374675e1aa2175f /.gitignore | |
parent | dynamically linked libpng for windows added to install.xml (from snowglobe) w... (diff) | |
download | meta-impy-686b994f11a5e7ec2c11e40dc3ca8178c47decdf.zip meta-impy-686b994f11a5e7ec2c11e40dc3ca8178c47decdf.tar.gz meta-impy-686b994f11a5e7ec2c11e40dc3ca8178c47decdf.tar.bz2 meta-impy-686b994f11a5e7ec2c11e40dc3ca8178c47decdf.tar.xz |
Fixed a little mistake in .gitignore.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,8 +37,8 @@ linden/indra/newview/mozilla-theme/ | |||
37 | 37 | ||
38 | # COMPILED STUFF | 38 | # COMPILED STUFF |
39 | 39 | ||
40 | linden/indra/viewer-* # Linux build directories | 40 | linden/indra/viewer-* |
41 | linden/indra/build-* # Mac and Windows build directories | 41 | linden/indra/build-* |
42 | linden/installed.xml | 42 | linden/installed.xml |
43 | *.pyc | 43 | *.pyc |
44 | 44 | ||