build(git): add ignore file
This commit is contained in:
parent
b483a7911e
commit
538e64e59f
1 changed files with 20 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# folders
|
||||||
|
*/**/
|
||||||
|
|
||||||
|
# archives
|
||||||
|
*.tar*
|
||||||
|
*.tgz
|
||||||
|
*.zip
|
||||||
|
|
||||||
|
# signed sources
|
||||||
|
*.asc
|
||||||
|
*.sig
|
||||||
|
|
||||||
|
# logging
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# temporary files
|
||||||
|
*~
|
||||||
|
|
||||||
|
# super secret keyfile
|
||||||
|
.repo/keys.ini
|
Loading…
Reference in a new issue