--new-project
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1,8 +1,6 @@
|
||||
# build results
|
||||
bin/
|
||||
obj/
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
# IDE files
|
||||
.vs/
|
||||
@@ -11,6 +9,17 @@ obj/
|
||||
*.user
|
||||
*.vcxproj.filters
|
||||
|
||||
# local cbuild config giles
|
||||
current.config
|
||||
*.current.config
|
||||
|
||||
# other files
|
||||
.old*/
|
||||
current.config
|
||||
old/
|
||||
tmp/
|
||||
temp/
|
||||
*.tmp
|
||||
*.temp
|
||||
logs/
|
||||
log/
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user