Ignore project/obj in extensions.
No one ever wants to include the intermediate build files. However, some choose to include the outputs, so I left them as comments.
This commit is contained in:
9
templates/extension/.gitignore
vendored
Normal file
9
templates/extension/.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
project/obj/
|
||||
.DS_Store
|
||||
|
||||
# Examples of other files you might choose to ignore
|
||||
#*.zip
|
||||
#ndll/*/*.a
|
||||
#ndll/*/*.so
|
||||
#ndll/*/*.ndll
|
||||
#ndll/*/*.hash
|
||||
Reference in New Issue
Block a user