mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
directory _ is added to gitignore, you can place your files not ready for commiting there
This commit is contained in:
parent
e1ef61e072
commit
f3be0884c8
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -1,8 +1,18 @@
|
|||
## Private workspace directory
|
||||
|
||||
/_/
|
||||
|
||||
|
||||
## Backup files
|
||||
|
||||
*~
|
||||
\#*\#
|
||||
.\#*
|
||||
*.swp
|
||||
|
||||
|
||||
## Compile files
|
||||
|
||||
/completion/*-completion-think.*
|
||||
/manuals/manpage.*.gz
|
||||
/ponysay.info.gz
|
||||
|
|
Loading…
Reference in a new issue