mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-07 05:26:43 +01:00
add .gitignore from master branch
This commit is contained in:
parent
9f21c84536
commit
905bf832d4
1 changed files with 25 additions and 0 deletions
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
## Private workspace directory
|
||||
|
||||
/_/
|
||||
|
||||
|
||||
## Backup files
|
||||
|
||||
*~
|
||||
\#*\#
|
||||
.\#*
|
||||
*.swp
|
||||
*.bak
|
||||
|
||||
|
||||
## Compile files
|
||||
|
||||
/completion/*-completion-think.*
|
||||
/manuals/manpage.*.gz
|
||||
/ponysay.info
|
||||
/ponysay.info.gz
|
||||
/truncater
|
||||
*.install
|
||||
/Makefile
|
||||
/quotes/
|
||||
|
Loading…
Reference in a new issue