From b7c36d1d33b207c1e8c9fa719467c901f8617e6d Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Wed, 10 Oct 2007 08:49:59 -0600 Subject: 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. Conflicts: progs/demos/.gitignore progs/tests/.gitignore progs/xdemos/.gitignore --- progs/osdemos/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 progs/osdemos/.gitignore (limited to 'progs/osdemos/.gitignore') diff --git a/progs/osdemos/.gitignore b/progs/osdemos/.gitignore new file mode 100644 index 00000000000..5c78f124813 --- /dev/null +++ b/progs/osdemos/.gitignore @@ -0,0 +1,8 @@ +osdemo +osdemo16 +osdemo32 +ostest1 +readtex.c +readtex.h +showbuffer.c +showbuffer.h -- cgit v1.2.3