diff options
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,6 +34,7 @@ *.vr *.swp *.tmp +*.pyc .hg/ .hgignore .cproject @@ -53,4 +54,4 @@ config.mk /build/ src/.DS_Store /stage0/ -*.pyc +/dl/ |
| index : rust | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 3 |
@@ -34,6 +34,7 @@ *.vr *.swp *.tmp +*.pyc .hg/ .hgignore .cproject @@ -53,4 +54,4 @@ config.mk /build/ src/.DS_Store /stage0/ -*.pyc +/dl/ |