| author | Tomas Zeman <tzeman@volny.cz> |
| Fri, 17 Feb 2012 10:25:06 +0100 | |
| changeset 133 | 234a43b14e18 |
| parent 132 | a908693e3d23 |
| child 136 | 21b84e748643 |
| permissions | -rw-r--r-- |
| 1 | 1 |
From: Tomas Zeman <tzeman@volny.cz> |
2 |
Date: Tue, 25 Sep 2007 22:50:58 +0200 |
|
|
132
a908693e3d23
gitignore.patch -> hgignore.patch
Tomas Zeman <tzeman@volny.cz>
parents:
71
diff
changeset
|
3 |
.hgignore |
| 1 | 4 |
|
|
132
a908693e3d23
gitignore.patch -> hgignore.patch
Tomas Zeman <tzeman@volny.cz>
parents:
71
diff
changeset
|
5 |
diff --git a/.gitignore b/.hgignore |
|
133
234a43b14e18
hgignore.patch: restored .gitignore
Tomas Zeman <tzeman@volny.cz>
parents:
132
diff
changeset
|
6 |
copy from .gitignore |
|
234a43b14e18
hgignore.patch: restored .gitignore
Tomas Zeman <tzeman@volny.cz>
parents:
132
diff
changeset
|
7 |
copy to .hgignore |
| 1 | 8 |
--- a/.gitignore |
|
132
a908693e3d23
gitignore.patch -> hgignore.patch
Tomas Zeman <tzeman@volny.cz>
parents:
71
diff
changeset
|
9 |
+++ b/.hgignore |
|
a908693e3d23
gitignore.patch -> hgignore.patch
Tomas Zeman <tzeman@volny.cz>
parents:
71
diff
changeset
|
10 |
@@ -1,3 +1,4 @@ |
|
a908693e3d23
gitignore.patch -> hgignore.patch
Tomas Zeman <tzeman@volny.cz>
parents:
71
diff
changeset
|
11 |
+syntax: glob |
|
a908693e3d23
gitignore.patch -> hgignore.patch
Tomas Zeman <tzeman@volny.cz>
parents:
71
diff
changeset
|
12 |
*~ |
|
a908693e3d23
gitignore.patch -> hgignore.patch
Tomas Zeman <tzeman@volny.cz>
parents:
71
diff
changeset
|
13 |
*.asc |
|
a908693e3d23
gitignore.patch -> hgignore.patch
Tomas Zeman <tzeman@volny.cz>
parents:
71
diff
changeset
|
14 |
*.bin |
|
a908693e3d23
gitignore.patch -> hgignore.patch
Tomas Zeman <tzeman@volny.cz>
parents:
71
diff
changeset
|
15 |
@@ -23,6 +24,7 @@ |
|
a908693e3d23
gitignore.patch -> hgignore.patch
Tomas Zeman <tzeman@volny.cz>
parents:
71
diff
changeset
|
16 |
*.tgz |
|
a908693e3d23
gitignore.patch -> hgignore.patch
Tomas Zeman <tzeman@volny.cz>
parents:
71
diff
changeset
|
17 |
*.xpi |
|
a908693e3d23
gitignore.patch -> hgignore.patch
Tomas Zeman <tzeman@volny.cz>
parents:
71
diff
changeset
|
18 |
*.zip |
|
a908693e3d23
gitignore.patch -> hgignore.patch
Tomas Zeman <tzeman@volny.cz>
parents:
71
diff
changeset
|
19 |
+*.rej |
|
a908693e3d23
gitignore.patch -> hgignore.patch
Tomas Zeman <tzeman@volny.cz>
parents:
71
diff
changeset
|
20 |
AUTHORS |
|
a908693e3d23
gitignore.patch -> hgignore.patch
Tomas Zeman <tzeman@volny.cz>
parents:
71
diff
changeset
|
21 |
Changelog* |
|
a908693e3d23
gitignore.patch -> hgignore.patch
Tomas Zeman <tzeman@volny.cz>
parents:
71
diff
changeset
|
22 |
Filelist.txt |
|
a908693e3d23
gitignore.patch -> hgignore.patch
Tomas Zeman <tzeman@volny.cz>
parents:
71
diff
changeset
|
23 |
@@ -31,3 +33,4 @@ |
|
71
a8cd03510cf1
master/gitignore.patch: refresh
Tomas Zeman <tzeman@volny.cz>
parents:
1
diff
changeset
|
24 |
pkg |
|
a8cd03510cf1
master/gitignore.patch: refresh
Tomas Zeman <tzeman@volny.cz>
parents:
1
diff
changeset
|
25 |
pkg.* |
| 1 | 26 |
src |
27 |
+.*.swp |