Add an initial pactest/test/.gitignore to exclude sync200.py that is generated from sync200.py.in
Signed-off-by: Gerardo Exequiel Pozzi <[email protected]> --- pactest/tests/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 pactest/tests/.gitignore diff --git a/pactest/tests/.gitignore b/pactest/tests/.gitignore new file mode 100644 index 0000000..665d9ce --- /dev/null +++ b/pactest/tests/.gitignore @@ -0,0 +1 @@ +sync200.py -- 1.6.3.1 _______________________________________________ pacman-dev mailing list [email protected] http://www.archlinux.org/mailman/listinfo/pacman-dev
