Skip to content

Instantly share code, notes, and snippets.

@reporter123
Created November 29, 2015 02:33
Show Gist options
  • Save reporter123/18ee56d3bf6b14cafdbe to your computer and use it in GitHub Desktop.
Save reporter123/18ee56d3bf6b14cafdbe to your computer and use it in GitHub Desktop.
my .gitignore_global
# Compiled source #
###################
*.com
*.class
*.exe
*.py[cod]
*.ko
*.ipa
*.app
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.dll
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
# Precompiled Headers
*.gch
*.pch
#########################
# Archives/Package file #
#########################
# It's better to unpack these files and commit the raw source because
# git has its own built in compression methods.
*.7z
*.jar
*.rar
*.zip
*.gz
*.bzip
*.bz2
*.xz
*.lzma
*.cab
#packing-only formats
*.iso
*.tar
#package management formats
*.dmg
*.xpi
*.gem
*.egg
*.deb
*.rpm
*.msi
*.msm
*.msp
######################
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
# Folder config file
Desktop.ini
.DS_Store
.directory
# Icon must end with two \r
Icon*
# Thumbnails
._*
# Windows image file caches
Thumbs.db
ehthumbs.db
# XCode (and ancestors) per-user config (very noisy, and not relevant)
*.mode1
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspective
*.perspectivev3
!default.perspectivev3
*.pbxuser
!default.pbxuser
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.xcuserstate
###################
##### Android #####
###################
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Generated files
bin/
gen/
# Gradle files
.gradle/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# auto generated file
project.properties
###################
# autotools #######
###################
# http://www.gnu.org/software/automake
Makefile.in
# http://www.gnu.org/software/autoconf
/autom4te.cache
/aclocal.m4
/compile
/depcomp
/install-sh
/missing
/stamp-h1
###################
*.kdev4
.kdev4/
###################
# Qt-es
/.qmake.cache
/.qmake.stash
*.pro.user
*.pro.user.*
*.moc
moc_*.cpp
qrc_*.cpp
ui_*.h
*-build-*
# QtCreator
*.autosave
#QtCtreator Qml
*.qmlproject.user
*.qmlproject.user.*
###################
# IntelliJ ########
###################
/*.iml
out/
## Directory-based project format:
.idea/
## File-based project format:
*.ipr
*.iws
###################
# per user config files for Microsoft Visual Studio
*.user
# build products
build/*
Unicode Release/*
Unicode Debug/*
# Other source repository archive directories (protects when importing)
.hg
/.hg/*
*/.hg/*
.hgignore
.svn
.svn/
.bzr
CVS
/CVS/*
*/CVS/*
.cvsignore
*/.cvsignore
##################
# settings files #
##################
.settings/
.loadpath
# automatic backup files
*~.nib
*.sw[nop]
*~
*(Autosaved).rtfd/
Backup[ ]of[ ]*.pages/
Backup[ ]of[ ]*.key/
Backup[ ]of[ ]*.numbers/
*.orig
.#*
[#]*#
##########
## MISC ##
##########
__pycache__
bzr-orphans
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment