Create a .gitignore file
Currently infra-manual doesn't have a .gitignore file. This patch creates that file and includes some initial contents - the results of running `tox` to build the docs and some artifacts of using various editors. Change-Id: Ic51eeaa2d972b8d065432e01bf1603ad8b4c3a90
This commit is contained in:
parent
4889eee82f
commit
ff03a84488
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Testenvironment
|
||||||
|
.tox/*
|
||||||
|
|
||||||
|
# Build directories
|
||||||
|
doc/build/*
|
||||||
|
|
||||||
|
# Packages
|
||||||
|
*.egg-info/*
|
||||||
|
|
||||||
|
# Editors
|
||||||
|
*~
|
||||||
|
.*.swp
|
||||||
|
.bak
|
||||||
|
|
||||||
|
# For Mac Users
|
||||||
|
.DS_Store
|
Loading…
x
Reference in New Issue
Block a user