* .gitignore: Add !lib/std*.in.h, so as to not ignore the .in.h files.
This commit is contained in:
parent
3cf7629f98
commit
82ec808f0a
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -65,6 +65,7 @@ lib/inttypes.h
|
|||
lib/libgnu.a
|
||||
lib/signal.h
|
||||
lib/std*.h
|
||||
!lib/std*.in.h
|
||||
lib/string.h
|
||||
lib/sys/
|
||||
lib/time.h
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
Git ignore lib/std*.h
|
||||
* .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and
|
||||
stddef.h. Remove subsumed entries.
|
||||
Add !lib/std*.in.h, so as to not ignore the .in.h files.
|
||||
|
||||
2014-12-11 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue