mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
added gitignore and manifest files
Signed-off-by: Devan Goodwin <dgoodwin@rm-rf.ca>
This commit is contained in:
parent
5b87596e33
commit
8936db2874
2 changed files with 20 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
# All files to globally ignore
|
||||
*.pyc
|
||||
*.pyo
|
||||
*$py.class
|
||||
*.swp
|
||||
*.patch
|
||||
*#
|
||||
*~
|
||||
*.egg
|
||||
*.egg-info
|
||||
MANIFEST
|
||||
dist
|
||||
build
|
||||
.build
|
6
MANIFEST.in
Normal file
6
MANIFEST.in
Normal file
|
@ -0,0 +1,6 @@
|
|||
include AUTHORS
|
||||
include LICENSE
|
||||
include MANIFEST.in
|
||||
include COPYING
|
||||
recursive-include bin *.*
|
||||
recursive-include test *.*
|
Loading…
Add table
Reference in a new issue