GIT: Ignore Debian-related generated files.
Added files that become generated while building Debian GNU/Linux packages of ngIRCd to the .gitignore lists.
This commit is contained in:
parent
afd65bc728
commit
0cba8f362a
|
@ -15,3 +15,5 @@ missing
|
|||
.deps
|
||||
*.a
|
||||
*.o
|
||||
debian
|
||||
build-stamp-ngircd*
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
*.log
|
||||
*.debhelper
|
||||
*.substvars
|
||||
files
|
||||
ngircd/
|
||||
ngircd-full/
|
||||
ngircd-full.default
|
||||
ngircd-full.init
|
||||
ngircd-full.postinst
|
Loading…
Reference in New Issue