Skip to content
Snippets Groups Projects
Commit 89c1bea9 authored by Zachary T Welch's avatar Zachary T Welch
Browse files

Improve .gitignore rules.

A '.*' rule prevents the 'git submodule add' from correctly adding the
first submodule, because it creates the .gitmodule file.  This file will
not be added (without -f) result in incomplete submodule commits.
The new rules mask the specific files present in my own build tree, but
additional rules may be needed to hide other types of temporary files.
parent 76afa936
Branches
No related tags found
No related merge requests found
# stuff "git status" should ignore
# build output
.*
.libs
.deps
*.o
*.a
*.lo
*.la
*.in
# editor files
*.swp
startup_tcl.c
xscale_debug.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment