Changeset e4d14a317076ece0a81bf0d6eccde0b79e5eee0f
- Timestamp:
- 03/31/08 13:54:50
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1206964490 +0200
- git-parent:
[4050212fa63e65e9084376cba8c2afc9d3bde489]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1206964318 +0200
- Message:
contrib: Put the install directories in gitignore, not only their content. (This makes git clean -f -d working properly).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2dae9d9 |
re4d14a3 |
|
| 1 | 1 | # Ignore install path |
|---|
| 2 | | share/* |
|---|
| 3 | | bin/* |
|---|
| 4 | | lib/* |
|---|
| 5 | | include/* |
|---|
| 6 | | man/* |
|---|
| 7 | | sbin/* |
|---|
| 8 | | etc/* |
|---|
| 9 | | gecko-sdk/* |
|---|
| 10 | | doc/* |
|---|
| 11 | | info/* |
|---|
| | 2 | share |
|---|
| | 3 | bin |
|---|
| | 4 | lib |
|---|
| | 5 | include |
|---|
| | 6 | man |
|---|
| | 7 | sbin |
|---|
| | 8 | etc |
|---|
| | 9 | gecko-sdk |
|---|
| | 10 | doc |
|---|
| | 11 | info |
|---|
| 12 | 12 | *.bak |
|---|
| 13 | 13 | # Ignore fetched contrib |
|---|