diff options
author | Maximilian Gass <mxey@ghosthacking.net> | 2009-07-08 12:01:25 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-08 12:06:29 +0200 |
commit | 8a17e253b884d483269688d66de3a8d2ccde0cf3 (patch) | |
tree | 4897ed2020b2cd8b5153bdd52293f3af1d0670f9 /.gitignore | |
parent | fb09f54628aea338c1353fac446affd5a0876fe0 (diff) |
Ignore pkg.conf
if $XDG_CONFIG_HOME is set to the package directory (convenient), pkg.conf will
end up here
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3919581 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/pkg.conf |