Move subdirectory .gitignore to top level
This commit is contained in:
parent
0ad7541d03
commit
7e1d95de09
2 changed files with 4 additions and 5 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -47,7 +47,6 @@ CCache/autom4te.cache/
|
|||
CCache/config.h.in
|
||||
CCache/configure
|
||||
Source/Include/swigconfig.h.in
|
||||
Source/Include/swigconfig.h.in~
|
||||
Source/Makefile.in
|
||||
Tools/config/compile
|
||||
Tools/config/config.guess
|
||||
|
|
@ -111,6 +110,10 @@ Examples/scratch
|
|||
# Out of source tree build directories
|
||||
*build*/
|
||||
|
||||
# errors test-suite
|
||||
Examples/test-suite/errors/*.newerr
|
||||
Examples/test-suite/errors/*.py
|
||||
|
||||
########## Language specific files ##########
|
||||
|
||||
# C#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue