Hello world is working
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
#Editor generated files
|
||||
*.sln
|
||||
*.vcproj
|
||||
*.suo
|
||||
*.ncb
|
||||
*.user
|
||||
|
||||
#Directories
|
||||
Release/
|
||||
Debug/
|
||||
Out/
|
||||
Lib/
|
||||
release/
|
||||
debug/
|
||||
out/
|
||||
lib/
|
||||
|
||||
#Project generated files
|
||||
*.db
|
||||
*.o
|
||||
*.a
|
||||
*.exe
|
||||
*.dll
|
||||
*.meta
|
||||
*.log
|
||||
out
|
||||
*.stackdump
|
||||
*.tb
|
||||
|
||||
#Shell files
|
||||
*.bat
|
||||
*.sh
|
||||
Reference in New Issue
Block a user