diff options
author | Matthias Kestenholz <matthias@spinlock.ch> | 2006-06-22 23:06:39 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-22 16:18:32 -0700 |
commit | f60349aa786d519368938d7b6e5bb2006eccb0cf (patch) | |
tree | 5080c7fe2fd1ba9dc811e9d709f7c435cb309cf7 | |
parent | 50f575fc9836704d45a5f732125b8f58103425a4 (diff) | |
download | git-f60349aa786d519368938d7b6e5bb2006eccb0cf.tar.gz |
add GIT-CFLAGS to .gitignore
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 65aa939f6b..7b954d587e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +GIT-CFLAGS GIT-VERSION-FILE git git-add |