Skip to content

Commit

Permalink
.gitignore: ignore spl/ and tpl/ directories except spl/Makefile
Browse files Browse the repository at this point in the history
Before this commit, output files under tpl/ directry
were not ignored.
This commit fixes this problem.

And we have only one source file under spl/ directory:
 spl/Makefile

So, we can describe .gitignore more simply.

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y authored and trini committed Dec 13, 2013
1 parent de04d64 commit 93f70df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
/errlog
/reloc_off

/spl/
!/spl/Makefile
/tpl/

/include/generated/
/include/spl-autoconf.mk
/include/tpl-autoconf.mk
Expand Down Expand Up @@ -88,6 +92,3 @@ GPATH
GRTAGS
GSYMS
GTAGS

# spl ais files
/spl/*.ais
4 changes: 0 additions & 4 deletions spl/.gitignore

This file was deleted.

0 comments on commit 93f70df

Please sign in to comment.