mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #2501 from sergevanginderachter/devel
gitignore and clean up authors file to since it was removed from version control
This commit is contained in:
commit
9c5028eb8b
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
# build products...
|
# build products...
|
||||||
*.py[co]
|
*.py[co]
|
||||||
build
|
build
|
||||||
|
AUTHORS.TXT
|
||||||
# Emacs backup files...
|
# Emacs backup files...
|
||||||
*~
|
*~
|
||||||
.\#*
|
.\#*
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -117,6 +117,8 @@ clean:
|
||||||
rm -rf deb-build
|
rm -rf deb-build
|
||||||
rm -rf docs/json
|
rm -rf docs/json
|
||||||
rm -rf docs/js
|
rm -rf docs/js
|
||||||
|
@echo "Cleaning up authors file"
|
||||||
|
rm -f AUTHORS.TXT
|
||||||
|
|
||||||
python:
|
python:
|
||||||
$(PYTHON) setup.py build
|
$(PYTHON) setup.py build
|
||||||
|
|
Loading…
Reference in a new issue