diff options
author | Dan Nicholson <dbn.lists.gmail.com> | 2007-10-10 08:49:59 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-10 08:49:59 -0600 |
commit | b7c36d1d33b207c1e8c9fa719467c901f8617e6d (patch) | |
tree | 69c0ee89f682eb83171e2dc4168d5deb29b60c79 /progs/fbdev | |
parent | 970d18a7080c1b609f2c0f00ddde266c99de26d4 (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.
Conflicts:
progs/demos/.gitignore
progs/tests/.gitignore
progs/xdemos/.gitignore
Diffstat (limited to 'progs/fbdev')
-rw-r--r-- | progs/fbdev/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/fbdev/.gitignore b/progs/fbdev/.gitignore new file mode 100644 index 00000000000..b9ddf559fd5 --- /dev/null +++ b/progs/fbdev/.gitignore @@ -0,0 +1 @@ +glfbdevtest |