diff options
author | McCabe Maxsted | 2009-06-11 05:51:06 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-11 16:55:34 -0700 |
commit | d5dcbdcc491c25417540b0ea7cc7104b8c0023e2 (patch) | |
tree | 5dc7efc515e70abf946a5441926455b00a2ef5ac /.gitignore | |
parent | Added missing mini-map xui files (diff) | |
download | meta-impy-d5dcbdcc491c25417540b0ea7cc7104b8c0023e2.zip meta-impy-d5dcbdcc491c25417540b0ea7cc7104b8c0023e2.tar.gz meta-impy-d5dcbdcc491c25417540b0ea7cc7104b8c0023e2.tar.bz2 meta-impy-d5dcbdcc491c25417540b0ea7cc7104b8c0023e2.tar.xz |
Added patch and .pyc files to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -32,6 +32,7 @@ linden/indra/newview/vivox-runtime/ | |||
32 | linden/libraries/ | 32 | linden/libraries/ |
33 | linden/indra/lib_releasefordownload_client/ | 33 | linden/indra/lib_releasefordownload_client/ |
34 | linden/indra/llwindow/glh/ | 34 | linden/indra/llwindow/glh/ |
35 | *.pyc | ||
35 | 36 | ||
36 | 37 | ||
37 | # COMPILED STUFF | 38 | # COMPILED STUFF |
@@ -41,3 +42,9 @@ linden/installed.xml | |||
41 | linden/indra/CMakeFiles | 42 | linden/indra/CMakeFiles |
42 | linden/indra/temp | 43 | linden/indra/temp |
43 | linden/indra/test_apps | 44 | linden/indra/test_apps |
45 | |||
46 | |||
47 | # PATCHES | ||
48 | |||
49 | *.diff | ||
50 | *.patch | ||