Add .gitignore file
This commit is contained in:
parent
4eaddc1cb7
commit
c19752ec31
|
@ -0,0 +1,12 @@
|
||||||
|
# Specify filepatterns you want git to ignore.
|
||||||
|
debian/tmp/
|
||||||
|
debian/build/
|
||||||
|
debian/.debhelper/
|
||||||
|
debian/xed/
|
||||||
|
debian/xed-common/
|
||||||
|
debian/xed-dbg/
|
||||||
|
debian/xed-dev/
|
||||||
|
debian/xed-doc/
|
||||||
|
debian/files
|
||||||
|
debian/*.log
|
||||||
|
debian/*.substvars
|
Loading…
Reference in New Issue