Consolidate ignores
This commit is contained in:
parent
de02485d28
commit
7ff6036420
3 changed files with 7 additions and 19 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -27,3 +27,10 @@ node_modules/
|
||||||
*.vcxproj.filters
|
*.vcxproj.filters
|
||||||
*.sln
|
*.sln
|
||||||
*.log
|
*.log
|
||||||
|
/brightray/brightray.opensdf
|
||||||
|
/brightray/brightray.sdf
|
||||||
|
/brightray/brightray.sln
|
||||||
|
/brightray/brightray.vcxproj*
|
||||||
|
/brightray/brightray.suo
|
||||||
|
/brightray/brightray.v12.suo
|
||||||
|
/brightray/brightray.xcodeproj/
|
||||||
|
|
2
brightray/.gitattributes
vendored
2
brightray/.gitattributes
vendored
|
@ -1,2 +0,0 @@
|
||||||
# Auto detect text files and perform LF normalization
|
|
||||||
* text=auto
|
|
17
brightray/.gitignore
vendored
17
brightray/.gitignore
vendored
|
@ -1,17 +0,0 @@
|
||||||
/brightray.opensdf
|
|
||||||
/brightray.sdf
|
|
||||||
/brightray.sln
|
|
||||||
/brightray.vcxproj*
|
|
||||||
/brightray.suo
|
|
||||||
/brightray.v12.suo
|
|
||||||
/brightray.xcodeproj/
|
|
||||||
/build/
|
|
||||||
|
|
||||||
# Vim
|
|
||||||
*.swp
|
|
||||||
|
|
||||||
# Linux
|
|
||||||
Makefile
|
|
||||||
*.Makefile
|
|
||||||
*.mk
|
|
||||||
out/
|
|
Loading…
Add table
Add a link
Reference in a new issue