Re-organise .gitignore a bit
This commit is contained in:
parent
d0cf20cb18
commit
75e33bb750
1 changed files with 12 additions and 9 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
|
@ -129,10 +129,22 @@ Examples/test-suite/uffi/*/
|
|||
*_wrap.cxx
|
||||
*-gypcopy.cxx
|
||||
|
||||
# Scratch directories
|
||||
Examples/scratch
|
||||
|
||||
# Out of source tree build directories
|
||||
*build*/
|
||||
|
||||
########## Language specific files ##########
|
||||
|
||||
# C# generated files
|
||||
*_runme.exe.mdb
|
||||
*_runme.exe
|
||||
|
||||
# Go generated files
|
||||
*.[5689]
|
||||
*_gc.c
|
||||
|
||||
# Javascript generated files
|
||||
*.gyp
|
||||
|
||||
|
|
@ -149,12 +161,3 @@ Examples/test-suite/octave/*.oct
|
|||
# Scilab generated files
|
||||
loader.sce
|
||||
|
||||
# Go generated files
|
||||
*.[5689]
|
||||
*_gc.c
|
||||
|
||||
# Scratch directories
|
||||
Examples/scratch
|
||||
|
||||
# Out of source tree build directories
|
||||
*build*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue