[Debbits-commit] [SCM] Git repository for debbits branch, master, updated. 6b166c3e1fd0d411da88b7f0e7c67e9eb78b7aaa

Ana Beatriz Guerrero ?==?UTF-8?Q?López ana at ekaia.org
Sat Mar 23 23:50:52 UTC 2013


The following commit has been merged in the master branch:
commit 6b166c3e1fd0d411da88b7f0e7c67e9eb78b7aaa
Author: Ana Beatriz Guerrero López <ana at ekaia.org>
Date:   Sun Mar 24 00:20:23 2013 +0100

    Ignore *.pyc files via .gitignore instead removing them.

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9886e1e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.py[cod]
diff --git a/Makefile b/Makefile
index fe90d45..7e4bd95 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,6 @@ $(OUTPUTDIR)/%.html:
 clean:
 	find $(OUTPUTDIR) -mindepth 1 -delete
 	touch $(OUTPUTDIR)/.gitkeep
-	rm -f pelicanconf.pyc  publishconf.pyc
 
 mhtml: mclean $(OUTPUTDIRMASTER)/index.html
 	@echo 'Done'
@@ -43,7 +42,6 @@ $(OUTPUTDIRMASTER)/%.html:
 
 mclean:
 	find $(OUTPUTDIRMASTER) -mindepth 1 -delete
-	rm -f pelicanconf.pyc  publishconf.pyc
 
 publish:
 	$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)

-- 
Git repository for debbits



More information about the Debbits-commit mailing list