Skip to content

Instantly share code, notes, and snippets.

@ospalh
Created February 2, 2015 12:18
Show Gist options
  • Save ospalh/70bea8c67b305951d15a to your computer and use it in GitHub Desktop.
Save ospalh/70bea8c67b305951d15a to your computer and use it in GitHub Desktop.
My .git_ignore
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc
*.pyo
lib*.a
# Makefiles #
#############
*.cmake
Makefile
CMakeCache.txt
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
# Emacs droppings
#################
*~
\#*
.#*
# Eric droppings
#################
.eric4project
.ropeproject
*.e4p
# Other unwanted files
######################
*.bak
*.orig
# QtCreator droppings
#####################
*.pro.user*
# Qt droppings
##############
.moc
*.h.moc_parameters
ui_*.h
# Mingw droppings
#################
object_script.*.Debug
object_script.*.Release
Makefile.Debug
Makefile.Release
#LaTex
######
*.aux
*.toc
*.tpt
*.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment