mirror of
https://github.com/cheat/cheat.git
synced 2024-11-13 23:51:09 +01:00
Add gitignore
Ignores python bytecode files and the build directory created by distutils.
This commit is contained in:
parent
16537467f1
commit
6627b06b1d
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.pyc
|
||||
build
|
Loading…
Reference in a new issue