mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 05:10:03 +03:00
Added Sublime Text project file, makefile, .gitignore
This commit is contained in:
parent
ba862d2475
commit
5f5ca9130d
3 changed files with 30 additions and 0 deletions
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal 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
9
dsc.sublime-project
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"build_system": "Packages/Makefile/Make.sublime-build",
|
||||||
|
"folders":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
2
makefile
Normal file
2
makefile
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
all:
|
||||||
|
@./build.sh
|
Loading…
Add table
Add a link
Reference in a new issue