Create .gitignore
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
Testing/
|
||||
build/
|
||||
Documents/
|
||||
ResourceObjects/
|
||||
Install/
|
||||
.vs/
|
||||
.vscode/
|
||||
xcuserdata/
|
||||
x64/
|
||||
.DS_Store
|
||||
.cache/
|
||||
Documentation/*
|
||||
!Documentation/Doxyfile
|
||||
CMakeCache.txt
|
||||
_deps/
|
||||
CMakeFiles/
|
||||
**/Makefile*
|
||||
**/*.cmake
|
||||
**/*.a
|
||||
**/*.pc
|
||||
XCBuildData/
|
||||
**/*.xcsettings
|
||||
Reference in New Issue
Block a user