diff options
author | David Walter Seikel | 2014-02-03 15:23:22 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-02-03 15:23:22 +1000 |
commit | d056a17f05a1f90708f554651475e116a2ddbd68 (patch) | |
tree | 07fa4f1cca2a25548b8d2d6b4752b07d8efbd2ff /.gitignore | |
parent | Updating tree and volume LOD. These go to eleven. (diff) | |
parent | Fix up OTR prefs to not crash. (diff) | |
download | meta-impy-next.zip meta-impy-next.tar.gz meta-impy-next.tar.bz2 meta-impy-next.tar.xz |
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,12 +1,21 @@ | |||
1 | # | 1 | # |
2 | # This file contains names (and wildcards) of files that | 2 | # This file contains names (and wildcards) of files that |
3 | # Git should ignore. | 3 | # Git should ignore. |
4 | # | 4 | # |
5 | 5 | # Since we only care about the actual source code files, | |
6 | # all the libraries are ignored, as are the files that | ||
7 | # are created when you compile. | ||
8 | # | ||
6 | 9 | ||
7 | # LIBRARIES | 10 | # LIBRARIES |
8 | 11 | ||
9 | linden/LICENSES/ | 12 | # These two lines are a bit tricky. |
13 | # The ! syntax negates a pattern, | ||
14 | # but it needs a pattern, not just a directory. | ||
15 | # So turn the first line into a pattern for ! to negate. | ||
16 | linden/LICENSES/* | ||
17 | !linden/LICENSES/LICENSE-logos.txt | ||
18 | |||
10 | linden/LICENSE-libraries-*.txt | 19 | linden/LICENSE-libraries-*.txt |
11 | linden/libraries/ | 20 | linden/libraries/ |
12 | linden/indra/newview/app_settings/mozilla*/ | 21 | linden/indra/newview/app_settings/mozilla*/ |