Skip to content

Commit

Permalink
add a gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mothsART committed Nov 8, 2014
1 parent 0c74fcb commit f0b417e
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# python compiled source and temporary files #
##############################################

*.py[co]
*~

# gettext compiled file #
#########################

*.pot
*.mo

# Sphinx directories and files #
################################

docs/tests.xml
docs/api
docs/build
docs/coverage

.coverage
.installed.cfg

.git/

# Tox #
#######

.tox

# dirs create on packaging #
############################

linkmanager.egg-info
build
dist

# css and js generate #
#######################

linkmserver/static/gen/script.js
linkmserver/static/gen/style.css

0 comments on commit f0b417e

Please sign in to comment.