Browse Source

New clean gitignore

Rafał Pitoń 11 years ago
parent
commit
718432d5b0
1 changed files with 41 additions and 199 deletions
  1. 41 199
      .gitignore

+ 41 - 199
.gitignore

@@ -1,212 +1,54 @@
-
-#################
-## Eclipse
-#################
-
-*.pydevproject
-.project
-.metadata
-bin/**
-tmp/**
-tmp/**/*
-*.tmp
-*.bak
-*.swp
-*~.nib
-local.properties
-.classpath
-.settings/
-.loadpath
-
-# External tool builders
-.externalToolBuilders/
-
-# Locally stored "Eclipse launch configurations"
-*.launch
-
-# CDT-specific
-.cproject
-
-# PDT-specific
-.buildpath
-
-
-#################
-## Visual Studio
-#################
-
-## Ignore Visual Studio temporary files, build results, and
-## files generated by popular Visual Studio add-ons.
-
-# User-specific files
-*.suo
-*.user
-*.sln.docstates
-
-# Build results
-**/[Dd]ebug/
-**/[Rr]elease/
-*_i.c
-*_p.c
-*.ilk
-*.meta
-*.obj
-*.pch
-*.pdb
-*.pgc
-*.pgd
-*.rsp
-*.sbr
-*.tlb
-*.tli
-*.tlh
-*.tmp
-*.vspscc
-.builds
-**/*.dotCover
-
-## TODO: If you have NuGet Package Restore enabled, uncomment this
-#**/packages/
-
-# Visual C++ cache files
-ipch/
-*.aps
-*.ncb
-*.opensdf
-*.sdf
-
-# Visual Studio profiler
-*.psess
-*.vsp
-
-# ReSharper is a .NET coding add-in
-_ReSharper*
-
-# Installshield output folder
-[Ee]xpress
-
-# DocProject is a documentation generator add-in
-DocProject/buildhelp/
-DocProject/Help/*.HxT
-DocProject/Help/*.HxC
-DocProject/Help/*.hhc
-DocProject/Help/*.hhk
-DocProject/Help/*.hhp
-DocProject/Help/Html2
-DocProject/Help/html
-
-# Click-Once directory
-publish
-
-# Others
-[Bb]in
-[Oo]bj
-sql
-TestResults
-*.Cache
-ClientBin
-stylecop.*
-~$*
-*.dbmdl
-Generated_Code #added for RIA/Silverlight projects
-
-# Backup & report files from converting an old project file to a newer
-# Visual Studio version. Backup files are not needed, because we have git ;-)
-_UpgradeReport_Files/
-Backup*/
-UpgradeLog*.XML
-
-
-
-############
-## Windows
-############
-
-# Windows image file caches
-Thumbs.db
-
-# Folder config file
-Desktop.ini
-Github for Windows Log.lnk
-
-
-#############
-## Python
-#############
-
-*.py[co]
-
-# Packages
-*.egg
-*.egg-info
-dist
-build
-eggs
-parts
-bin
-var
-sdist
-develop-eggs
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+
+# C extensions
+*.so
+
+# Distribution / packaging
+bin/
+build/
+develop-eggs/
+dist/
+eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+*.egg-info/
 .installed.cfg
 .installed.cfg
+*.egg
 
 
 # Installer logs
 # Installer logs
 pip-log.txt
 pip-log.txt
+pip-delete-this-directory.txt
 
 
 # Unit test / coverage reports
 # Unit test / coverage reports
+.tox/
 .coverage
 .coverage
-.tox
-
-#Mr Developer
-.mr.developer.cfg
-
-# Mac crap
-.DS_Store
+.cache
+nosetests.xml
+coverage.xml
 
 
+# Translations
+*.mo
 
 
-##################
-## 3rd Party Libs
-##################
-
-
-coffin/**
-debug_toolbar/**
-dev/**
-django/**
-django_jinja/**
-floppyforms/**
-haystack/**
-jinja2/**
-markdown/**
-mptt/**
-pytz/**
-recaptcha/**
-south/**
-whoosh/**
-custom/**
-attachments/**
-!attachments/404.png
-!attachments/403.png
-searchindex/**
-static/avatars/protoss
-static/avatars/terran
-static/avatars/zerg
-static/avatars/_thumbs
-static/avatars/custom
-static/avatars/custom.gif
-unidecode/**
-yaml/**
-dev-manage.py
-path.py
-!templates/debug_toolbar/panels/acl.html
-static/emojis/**
-templates/debug_toolbar/**
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject
 
 
+# Rope
+.ropeproject
 
 
-############
-## Vagrant
-############
+# Django stuff:
+*.log
+*.pot
 
 
-.vagrant
-database.db
-Icon
+# Sphinx documentation
+docs/_build/
 
 
+# Local develop stuff
+dev/
+dev-manage.py