summaryrefslogtreecommitdiff
path: root/build-0.3/git/gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'build-0.3/git/gitignore')
-rwxr-xr-xbuild-0.3/git/gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/build-0.3/git/gitignore b/build-0.3/git/gitignore
new file mode 100755
index 0000000..6663e51
--- /dev/null
+++ b/build-0.3/git/gitignore
@@ -0,0 +1,12 @@
+#! /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