added .gitignore
This commit is contained in:
parent
50de9244ba
commit
3bbbddad66
1 changed files with 34 additions and 0 deletions
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
## generic files
|
||||||
|
*~
|
||||||
|
*.lock
|
||||||
|
*.out
|
||||||
|
*.diff
|
||||||
|
*.err
|
||||||
|
*.orig
|
||||||
|
*.log
|
||||||
|
*.rej
|
||||||
|
*.swo
|
||||||
|
*.swp
|
||||||
|
*.vi
|
||||||
|
*.bak
|
||||||
|
|
||||||
|
*.sass-cache
|
||||||
|
.tmp_*
|
||||||
|
.revision
|
||||||
|
|
||||||
|
## OS or editor folders
|
||||||
|
*.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
.cache
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
.tmproj
|
||||||
|
*.esproj
|
||||||
|
nbproject
|
||||||
|
*.komodoproject
|
||||||
|
.komodotools
|
||||||
|
|
||||||
|
## vcs-folders
|
||||||
|
.hg
|
||||||
|
.svn
|
||||||
|
.CVS
|
||||||
Loading…
Add table
Add a link
Reference in a new issue