diff options
| author | Martin Nagy <nagy.martin@gmail.com> | 2009-04-24 15:58:07 +0000 |
|---|---|---|
| committer | Christopher Li <sparse@chrisli.org> | 2009-07-18 05:30:10 +0000 |
| commit | f4a530b2be22a04560d41ad1f3d4b50fa0d7687b (patch) | |
| tree | 753a60ab761316ec14444fb9e7a0072046e709ab /.gitignore | |
| parent | 48a736d62137f7c25e7186529f04244229c75d22 (diff) | |
| download | sparse-dev-f4a530b2be22a04560d41ad1f3d4b50fa0d7687b.tar.gz | |
.gitignore: Ignore dependencies and Vim swap files
Signed-off-by: Martin Nagy <nagy.martin@gmail.com>
Signed-off-by: Christopher Li <sparse@chrisli.org>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,7 +1,9 @@ # generic *.o +*.o.d *.a *.so +.*.swp # generated pre-process.h |
