.gitignore: Suppress srpt configuration test output files and .cache.mk files

This commit is contained in:
Bart Van Assche
2017-12-31 12:43:47 -08:00
parent ed8c8054d5
commit 7a38dea2b5

5
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# Please keep the entries in this file sorted with the following vi command:
# :3,$!LC_ALL=C sort -fu
*.cmd
*.ko
*.ko.unsigned
@@ -6,6 +9,7 @@
*.o.d
*.orig
*~
.cache.mk
.depend_adm
.depend_d
.directory
@@ -33,4 +37,5 @@ scstadmin/scstadmin.*/scst-*/Makefile
scstadmin/scstadmin.*/scst-*/MYMETA.yml
scstadmin/scstadmin.*/scst-*/pm_to_blib
srpt/build_mode
srpt/conftest/*/result-*.txt
TAGS