diff options
Diffstat (limited to 'build-0.3/git/gitignore')
-rwxr-xr-x | build-0.3/git/gitignore | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/build-0.3/git/gitignore b/build-0.3/git/gitignore deleted file mode 100755 index 6663e51..0000000 --- a/build-0.3/git/gitignore +++ /dev/null @@ -1,12 +0,0 @@ -#! /usr/bin/env bash - -# file : build/git/gitignore -# copyright : Copyright (c) 2004-2012 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 |