diff options
author | makefu <github@syntax-fehler.de> | 2011-08-12 23:21:15 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2011-08-12 23:21:15 +0200 |
commit | 87da6d34841f583171439988e4ba58c590e102f3 (patch) | |
tree | 9c0c9a7fa3e4c564a1330f944c0b2ca8ca32fb4c /.gitignore | |
parent | 8e53737ac57d1866d92b01f73a8e6040fff482e2 (diff) |
.gitignore
will ignore ONLY the krebs bin folder (and not all bin folders, like in retiolum
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ a.out *.pyc -bin/ +/bin/ |