diff options
author | John Crispin <john@openwrt.org> | 2014-01-12 12:06:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-01-12 12:06:39 +0000 |
commit | 0dfad7923ef6aebf0d02b07b31fed9ef15cc0636 (patch) | |
tree | e239c29bfd2526b32ae8552b3cbc694c64067fe1 | |
parent | f126298a7c78c174507b01b518e613a62341b760 (diff) | |
download | upstream-0dfad7923ef6aebf0d02b07b31fed9ef15cc0636.tar.gz upstream-0dfad7923ef6aebf0d02b07b31fed9ef15cc0636.tar.bz2 upstream-0dfad7923ef6aebf0d02b07b31fed9ef15cc0636.zip |
add git-src to .gitignore
Signed-off-by: Daniel Golle <daniel.golle@gmail.com>
SVN-Revision: 39225
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 70a454ca7c..1bef86e971 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,5 @@ .#* *# .emacs.desktop* -TAGS*~
\ No newline at end of file +TAGS*~ +git-src
\ No newline at end of file |