add .gitignore
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
.cache/
|
||||
.vscode/
|
||||
.vs/
|
||||
.idea/
|
||||
|
||||
cmake-build-*/
|
||||
build/
|
||||
output/
|
||||
AppDir/
|
||||
out/
|
||||
|
||||
CMakeSettings.json
|
||||
|
||||
*.tar.gz
|
||||
*.deb
|
||||
*.pkg
|
||||
*.zip
|
||||
Reference in New Issue
Block a user