diff options
author | Jacek Antonelli | 2009-11-29 00:14:02 -0600 |
---|---|---|
committer | Jacek Antonelli | 2009-11-29 00:14:02 -0600 |
commit | 25ee74981392a1f1fde299f8ecf243a6b257e3ae (patch) | |
tree | 4b847f9dfc3d90eb7b40c713fd0f9d1cbd48f67c /.gitignore | |
parent | dynamically linked libpng for windows added to install.xml (from snowglobe) w... (diff) | |
download | meta-impy-25ee74981392a1f1fde299f8ecf243a6b257e3ae.zip meta-impy-25ee74981392a1f1fde299f8ecf243a6b257e3ae.tar.gz meta-impy-25ee74981392a1f1fde299f8ecf243a6b257e3ae.tar.bz2 meta-impy-25ee74981392a1f1fde299f8ecf243a6b257e3ae.tar.xz |
Fixed a little mistake in .gitignore.
Diffstat (limited to '.gitignore')
-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 | ||