diff options
| author | Greg Dietsche <Gregory.Dietsche@cuw.edu> | 2011-06-30 19:42:50 -0400 |
|---|---|---|
| committer | Michal Marek <mmarek@suse.cz> | 2011-07-01 09:21:24 -0400 |
| commit | b756828609ee8cb1320effc371cfafde6a6246fe (patch) | |
| tree | f176bc4320a34a13f329c6fb330197651a3aa993 /.gitignore | |
| parent | 55922c9d1b84b89cb946c777fddccb3247e7df2c (diff) | |
gitignore: ignore debian build directory
Have git ignore the Debian directory created when running:
make deb-pkg
Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9dacde0a4b2d..57af07cf7e68 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -46,6 +46,11 @@ modules.builtin | |||
| 46 | /Module.symvers | 46 | /Module.symvers |
| 47 | 47 | ||
| 48 | # | 48 | # |
| 49 | # Debian directory (make deb-pkg) | ||
| 50 | # | ||
| 51 | /debian/ | ||
| 52 | |||
| 53 | # | ||
| 49 | # git files that we don't want to ignore even it they are dot-files | 54 | # git files that we don't want to ignore even it they are dot-files |
| 50 | # | 55 | # |
| 51 | !.gitignore | 56 | !.gitignore |
