Added a basic .gitignore to the project and a Builds directory.
This commit is contained in:
parent
17df2e7a08
commit
623fd17bf9
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# ignoring some basic binary files
|
||||||
|
*.o
|
||||||
|
*.out
|
||||||
|
|
||||||
|
# ignoring the Builds directory to avoid different build binaries from bieng synced
|
||||||
|
Builds/*
|
Reference in a new issue