# HG changeset patch # User martin f. krafft # Date 1333804994 -7200 # Node ID 612a60e9d558698e7bfc726bcc190a714de4e5a3 # Parent 2c5e2613eca8056dfdea4adb016e20e50e2ae8d9 Ignore build files related to Debian packaging During Debian packaging, the package is built in ./debian/vmm/, and quilt is used (./.pc/). Both directories contain only generated files and should hence be ignored from the perspective of Mercurial. diff -r 2c5e2613eca8 -r 612a60e9d558 .hgignore --- a/.hgignore Sat Apr 07 15:00:10 2012 +0200 +++ b/.hgignore Sat Apr 07 15:23:14 2012 +0200 @@ -7,3 +7,5 @@ .swp doc/build build +debian/vmm +.pc