mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-21 20:18:00 +01:00
update gitignore
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
2591ae905c
commit
eccba3fb45
2 changed files with 10 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -4,12 +4,18 @@ _/
|
|||
/*.pony
|
||||
|
||||
|
||||
## Hidden files
|
||||
|
||||
.*
|
||||
!.git*
|
||||
|
||||
|
||||
## Backup files
|
||||
|
||||
*~
|
||||
\#*\#
|
||||
.\#*
|
||||
*.swp
|
||||
*.swo
|
||||
*.bak
|
||||
|
||||
|
||||
|
|
3
extras/lightweight-ponies/.gitignore
vendored
Normal file
3
extras/lightweight-ponies/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
/pkg/
|
||||
/src/
|
||||
|
Loading…
Reference in a new issue