# ---> Anjuta # Local configuration folder and symbol database /.anjuta/ /.anjuta_sym_db.db # ---> AppEngine # Google App Engine generated folder appengine-generated/ # ---> Android # Built application files *.apk *.ap_ # Files for the Dalvik VM *.dex # Java class files *.class # Generated files bin/ gen/ # Gradle files .gradle/ build/ # Local configuration file (sdk path, etc) local.properties # Proguard folder generated by Eclipse proguard/ # Log Files *.log # Android Studio Navigation editor temp files .navigation/ # Android Studio captures folder captures/ # ---> ArchLinuxPackages *.tar *.tar.* *.jar *.exe *.msi *.zip *.tgz *.log *.log.* *.sig pkg/ src/ # ---> AppceleratorTitanium # Build folder and log file build/ build.log # ---> Agda *.agdai # ---> Archives # 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 # ---> BricxCC # Bricx Command Center IDE # http://bricxcc.sourceforge.net *.bak *.sym # ---> Autotools # http://www.gnu.org/software/automake Makefile.in # http://www.gnu.org/software/autoconf /autom4te.cache /aclocal.m4 /compile /configure /depcomp /install-sh /missing /stamp-h1 # ---> C # Object files *.o *.ko *.obj *.elf # Precompiled Headers *.gch *.pch # Libraries *.lib *.a *.la *.lo # Shared objects (inc. Windows DLLs) *.dll *.so *.so.* *.dylib # Executables *.exe *.out *.app *.i*86 *.x86_64 *.hex # Debug files *.dSYM/ # ---> C Sharp # Build Folders (you can keep bin if you'd like, to store dlls and pdbs) [Bb]in/ [Oo]bj/ # mstest test results TestResults ## 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/ x64/ *_i.c *_p.c *.ilk *.meta *.obj *.pch *.pdb *.pgc *.pgd *.rsp *.sbr *.tlb *.tli *.tlh *.tmp *.log *.vspscc *.vssscc .builds # Visual C++ cache files ipch/ *.aps *.ncb *.opensdf *.sdf # Visual Studio profiler *.psess *.vsp *.vspx # Guidance Automation Toolkit *.gpState # ReSharper is a .NET coding add-in _ReSharper* # NCrunch *.ncrunch* .*crunch*.local.xml # 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 # Publish Web Output *.Publish.xml # NuGet Packages Directory packages # Windows Azure Build Output csx *.build.csdef # Windows Store app package directory AppPackages/ # Others [Bb]in [Oo]bj sql TestResults [Tt]est[Rr]esult* *.Cache ClientBin [Ss]tyle[Cc]op.* ~$* *.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 # ---> C++ # Compiled Object files *.slo *.lo *.o *.obj # Precompiled Headers *.gch *.pch # Compiled Dynamic libraries *.so *.dylib *.dll # Fortran module files *.mod # Compiled Static libraries *.lai *.la *.a *.lib # Executables *.exe *.out *.app # ---> CFWheels # unpacked plugin folders plugins/**/* # files directory where uploads go files # DBMigrate plugin: generated SQL db/sql # AssetBundler plugin: generated bundles javascripts/bundles stylesheets/bundles # ---> CMake CMakeCache.txt CMakeFiles CMakeScripts Makefile cmake_install.cmake install_manifest.txt # ---> CUDA *.i *.ii *.gpu *.ptx *.cubin *.fatbin # ---> Ada # Object file *.o # Ada Library Information *.ali # ---> CVS /CVS/* */CVS/* .cvsignore */.cvsignore # ---> CakePHP # CakePHP 3 /vendor/* /config/app.php /tmp/* /logs/* # CakePHP 2 /app/tmp/* /app/Config/core.php /app/Config/database.php /vendors/* # ---> ChefCookbook .vagrant /cookbooks # Bundler bin/* .bundle/* .kitchen/ .kitchen.local.yml # ---> Actionscript # Build and Release Folders bin/ bin-debug/ bin-release/ # Other files and folders .settings/ # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` # should NOT be excluded as they contain compiler settings and other important # information for Eclipse / Flash Builder. # ---> Cloud9 # Cloud9 IDE - http://c9.io .c9revisions .c9 # ---> CodeIgniter */config/development */logs/log-*.php !*/logs/index.html */cache/* !*/cache/index.html !*/cache/.htaccess # ---> CodeKit # General CodeKit files to ignore config.codekit /min # ---> CommonLisp *.FASL *.fasl *.lisp-temp # ---> Composer composer.phar vendor/ # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file # composer.lock