mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-20 04:30:53 +02:00
added gitignore
This commit is contained in:
+62
@@ -0,0 +1,62 @@
|
||||
.~lock.*#
|
||||
|
||||
# Vim
|
||||
Session.vim
|
||||
|
||||
# Backup
|
||||
*.bak
|
||||
*.tmp
|
||||
*~
|
||||
.*.sw*
|
||||
|
||||
# Python
|
||||
*.pyc
|
||||
|
||||
# Archives
|
||||
*.7z
|
||||
*.jar
|
||||
*.rar
|
||||
*.zip
|
||||
*.tgz
|
||||
*.gz
|
||||
*.bzip
|
||||
*.xz
|
||||
*.lzma
|
||||
*.iso
|
||||
*.tar
|
||||
*.dmg
|
||||
*.xpi
|
||||
*.gem
|
||||
*.egg
|
||||
*.deb
|
||||
*.rpm
|
||||
|
||||
# LaTeX
|
||||
*.aux
|
||||
*.bbl
|
||||
*.blg
|
||||
*.dvi
|
||||
*.fdb_latexmk
|
||||
*.glg
|
||||
*.glo
|
||||
*.gls
|
||||
*.idx
|
||||
*.ilg
|
||||
*.ind
|
||||
*.ist
|
||||
*.lof
|
||||
*.log
|
||||
*.lot
|
||||
*.nav
|
||||
*.nlo
|
||||
*.out
|
||||
*.pdfsync
|
||||
*.ps
|
||||
*.snm
|
||||
*.spl
|
||||
*.synctex.gz
|
||||
*.toc
|
||||
*.vrb
|
||||
*.maf
|
||||
*.mtc
|
||||
*.mtc0
|
||||
Reference in New Issue
Block a user