diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-07 13:49:55 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:41 +1000 |
commit | 2bb41b042a2cbb31573f1601d14688cb03630e0b (patch) | |
tree | d7adbe889785bfac5a349a0d9cffdb75219c1076 /.gitignore | |
parent | ccd26e9bebc2200901981c299c7114ba25dbcf24 (diff) | |
download | samba-2bb41b042a2cbb31573f1601d14688cb03630e0b.tar.gz samba-2bb41b042a2cbb31573f1601d14688cb03630e0b.tar.bz2 samba-2bb41b042a2cbb31573f1601d14688cb03630e0b.zip |
build: ignore the bin/ directory
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 15f9e15aaf..926773318a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +bin/ *~ *.1 *.3 |