aboutsummaryrefslogtreecommitdiff
path: root/build/git/gitignore
blob: 01b3fe4de928ed007a12c53e92203fa9160ad591 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/env bash

# file      : build/git/gitignore
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

echo '# Generated .gitignore file; do not edit or version control.'
echo '#'

for f in "$@"; do
echo $f
done