diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2007-09-29 11:23:22 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-10 08:44:58 -0600 |
commit | b182613f2f537e4425190ab942bb057eeed3ac16 (patch) | |
tree | 7b900553b604a72d8876d16a7b9f76d930cc83db /progs/fp | |
parent | 9509afe97cd7d9f58c9b344242171952990abfc8 (diff) |
Ignore more generated files in progs/
Many of the directories in progs/ were missing .gitignore files or
were tracking generated files. This patch is basically the process of
running `make' in each directory and then finding the untracked files
with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing
files were also sorted.
Diffstat (limited to 'progs/fp')
-rw-r--r-- | progs/fp/.gitignore | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/progs/fp/.gitignore b/progs/fp/.gitignore new file mode 100644 index 000000000..b265f1fed --- /dev/null +++ b/progs/fp/.gitignore @@ -0,0 +1,42 @@ +point-position +readtex.c +readtex.h +tri-abs +tri-add +tri-cmp +tri-cos +tri-depth +tri-depth2 +tri-depthwrite +tri-depthwrite2 +tri-dp3 +tri-dp4 +tri-dph +tri-dst +tri-ex2 +tri-flr +tri-frc +tri-kil +tri-lg2 +tri-lit +tri-lrp +tri-mad +tri-max +tri-min +tri-mov +tri-mul +tri-param +tri-position +tri-pow +tri-rcp +tri-rsq +tri-scs +tri-sge +tri-sge2 +tri-sin +tri-slt +tri-sub +tri-swz +tri-swz2 +tri-tex +tri-xpd |