Added Sublime Text project file, makefile, .gitignore

This commit is contained in:
Roman D. Boiko 2012-04-22 19:36:33 +03:00
parent ba862d2475
commit 5f5ca9130d
3 changed files with 30 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
# Vim swap file
*.swp
# Backup files
*~
# Mono-D files
*.pidb
*.userprefs
# Sublime Text 2
*.sublime-workspace
# Subversion
.svn/
# D Scanner binaries
dscanner
dscanner.o

9
dsc.sublime-project Normal file
View File

@ -0,0 +1,9 @@
{
"build_system": "Packages/Makefile/Make.sublime-build",
"folders":
[
{
"path": "."
}
]
}

2
makefile Normal file
View File

@ -0,0 +1,2 @@
all:
@./build.sh