Commit Graph

1686 Commits

Author SHA1 Message Date
Luke Drummond b85372b2d8 Added a .gitignore template for Lua based projects.
Added common ignore globs for Lua, an extensible, high-performace, lightweight multi-paradigm language designed for embedded scripting.

    http://www.lua.org/about.html (More info at https://en.wikipedia.org/wiki/Lua_(programming_language) )

The de-facto package manager for Lua is LuaRocks.

   http://luarocks.org/

- LuaRocks creates a number of files as part of the build process.  These are ignored (*.src.rock, *.tar.gz, *.zip)
- Lua modules are conventionally written in C as shared libraries.  Common build artifacts for C projects copied from C.gitignore
2015-01-03 17:12:56 +00:00
tralchonok 45bc1aeeac # Built application files (for Android Studio projects) 2015-01-02 22:08:47 +05:30
Jenrik 3c1fc5972a Ignore npm-debug.log
Debug log from npm is now ignored
2015-01-02 01:38:25 +01:00
Adel Qalieh a7601b9697 Create Nim.gitignore 2014-12-30 17:23:11 -05:00
Nicholas Pace b4f1a94691 Added Eclipse JDT .classpath file, and the Eclipse core .project file to
template
2014-12-26 22:23:09 -05:00
Carl Suster 13f15a38f3 Merge pull request #1325 from aurmil/magento-modman
Ignore Magento .modman directory
2014-12-23 21:01:34 +11:00
Carl Suster 3ed4405a34 Merge pull request #1218 from bbodenmiller/patch-3
update comment on ignoring repositories.config
2014-12-23 11:56:45 +11:00
Carl Suster 69eccb80fd Merge pull request #1323 from aurmil/magento-root-files
Fix Magento PHP root files names patterns
2014-12-23 11:36:07 +11:00
bedella cfd038734d Add a global redis ignore file.
Ignores all .rdb files, (default: dump.rdb).

These files contain a binary representation of the in-memory
redis data that is generated using cli tools or on a redis
failure.

They can be used to restore a redis db, and may contain
sensitive data so should not be saved in version control.
2014-12-22 17:08:52 -05:00
Carl Suster d299d9751a Merge pull request #1327 from lighght/patch-1
add ignore achemso bib file (acs-*.bib) to TeX.gitignore
2014-12-21 15:08:13 +11:00
lighght 27f949d77e Add ignore achemso aux file acs-<tex filename>.bib
Ignore acs-*.bib, an aux file generated by \documentclass{achemso} or by \usepackage{achemso}
2014-12-20 11:57:43 -05:00
Aurélien Millet 5b204a68b7 Ignore modman directory 2014-12-17 11:18:05 +01:00
Aurélien Millet 30b6549bfe fix magento root files
without leading slash, it ignores all files with these names (cron.php,
get.php, index.php, api.php), whereveer they are
2014-12-16 11:37:27 +01:00
Matthias Viranyi 80b400595b Adds forgotten UnityVS / VS2013 related solution files. 2014-12-12 14:26:12 +01:00
Matthias Viranyi 8b00fa88a8 Adds several annoying files to Unity3D ignore file, like platform cache files (Mac + Windows), the famous Unity3D pidb.meta 2014-12-12 14:04:48 +01:00
Carl Suster d7161533f1 Merge pull request #1317 from arkeidolon/patch-1
Add space at Unity gitignore comment
2014-12-12 16:03:20 +11:00
Clarke Plumo 2f96e3484b Add space at Unity gitignore comment 2014-12-12 10:25:22 +08:00
Brendan Forster 369fe3bfe0 Merge pull request #1315 from bbodenmiller/patch-4
VisualStudio.gitignore: no good reason to ignore sql folder
2014-12-12 12:51:58 +10:30
Ben Bodenmiller 0fe5c192d9 no good reason to ignore sql folder 2014-12-11 15:21:38 -08:00
Carl Suster 72d8ae3d10 Merge pull request #1307 from Frozenfire92/patch-1
Unity: Fix solution/project files for nested directories.
2014-12-12 01:54:23 +11:00
Roger Suen e2de441a3e doc JDeveloper.gitignore 2014-12-10 06:50:42 +08:00
Roger Suen d9dfd076c9 added depoy/ and javadoc/ to JDeveloper.gitignore 2014-12-10 06:21:26 +08:00
Rafael Corrêa Gomes 86c6c19687 root sitemap.xml
The Magento production is configured to automatically generate the sitemap.xml, as is the url is taken as a base, it is important to be ignored.
2014-12-08 22:23:35 -02:00
Olav van Schie 0ff1028266 Update for Magento 1.9.1
Added Configurable Swatches and Pelago lib to ignore list
2014-12-05 10:34:36 +01:00
Joel Kuntz 103740bdb1 Fix solution/project files for nested directories.
By having the leading `/` infront of the `*` makes these types of files relative to the directory the gitignore is in. If you create a Unity project inside of a git directory Unity forces you to create a new directory, thus not picking up these files.
2014-12-04 21:43:44 -04:00
Dennis Schumann fcc66a0ac8 Added missing gradle netbeans directory 2014-12-04 17:43:52 +01:00
Carlo Dri 92b9dd5f76 Create IGORPro.gitignore
.gitignore template file for repositories of Wavemetrics IGOR Pro functions (.ipf files).
2014-12-03 11:33:11 +01:00
Vladislav Yaroslavlev c57220f93e Added Castalia *.stat files
Castalia is a free plugin for Delphi since XE7. It uses *.stat files to
save statistics of the IDE usage for each project (compile time, debug
time etc.)

It is safe to delete it, and it is useless to move *.stat files between
developers (each developer has its own IDE statistics).
2014-12-01 23:08:13 +03:00
Carl Suster c6e6d99b65 Merge pull request #1290 from djboni/master
Add LibreOffice.gitignore
2014-12-01 14:05:59 +11:00
Carl Suster 32c88e2a46 Merge pull request #1284 from jakepetroules/patch-1
Ignore Qt Creator cache files for Qbs projects.
2014-11-29 16:51:59 +11:00
Carl Suster b584eee4d6 Merge pull request #1263 from jangorecki/master
R.gitignore - exclude vignettes products
2014-11-29 15:38:28 +11:00
Carl Suster 39365da385 Merge pull request #1280 from renhx/rails-sqlite3-journal
Added *.sqlite3-journal to Rails.gitignore
2014-11-29 15:36:40 +11:00
Carl Suster e69894bc7b Merge pull request #1293 from marcelkorpel/master
Add .SRCINFO
2014-11-29 15:26:19 +11:00
Carl Suster b66756fbc9 Merge pull request #1298 from adamliter/r
Add history file that is generated by R.app for Mac OS
2014-11-29 15:19:44 +11:00
Adam Liter 60ff5ad75a Add history file that is generated by R.app for Mac OS 2014-11-27 18:39:00 -06:00
Brendan Forster e0c0883a6a Merge pull request #1292 from taspeotis/master
Revert "adding entry for ignoring <solutionname>.sln.ide folder which contains visual studio 2015 solution specific cache data"
2014-11-24 09:52:50 +10:30
Marcel Korpel 2d62f6c591 Add .SRCINFO
See https://lists.archlinux.org/pipermail/aur-dev/2014-November/002968.html
2014-11-23 16:59:38 +01:00
Todd Aspeotis 79b46295bf Revert "adding entry for ignoring <solutionname>.sln.ide folder which contains visual studio 2015 solution specific cache data"
This reverts commit b07a0904e3.
2014-11-23 15:41:09 +10:00
Djones Boni 0b421ba8db Move LibreOffice.gitignore to /Global 2014-11-22 20:22:52 -02:00
cake17 ab44a0a1de add rules for new CakePHP 3 2014-11-20 09:30:16 +01:00
Adam Liter cd7a8530d6
Ignore auxiliary files from knitr 2014-11-19 22:55:34 -05:00
Djones Boni 4493311afa Add LibreOffice.gitignore 2014-11-19 10:38:01 -02:00
Paolo Fulgoni 9ce20aa179 Avoid ignoring Gradle wrapper jar file
This is added because .jar files are usually ignored (see Java.gitignore)
2014-11-18 17:30:56 +01:00
Antoine-Ali Zarrouk 15aa5a8af2 Removed .powconfig line
Couldn't find any references to .powconfig  being used in application directory
2014-11-18 10:05:35 +01:00
Antoine-Ali Zarrouk a891529b38 Targeted more specifically pow files 2014-11-18 09:55:58 +01:00
Jake Petroules 4011c95e26 Ignore Qt Creator cache files for Qbs projects. 2014-11-16 12:04:57 -08:00
Brendan Forster d866fb5561 Merge pull request #1241 from sayedihashimi/master
adding bower_components
2014-11-16 10:45:21 +08:00
Brendan Forster 6a9bf14438 Merge pull request #1283 from ob1cot/ob1cot-addidecachefolder
adding entry for ignoring <solutionname>.sln.ide folder which contains v...
2014-11-16 09:56:34 +08:00
robertob b07a0904e3 adding entry for ignoring <solutionname>.sln.ide folder which contains visual studio 2015 solution specific cache data 2014-11-15 13:13:15 -08:00
andres-mancera d48f063d60 Adding gitignore file for Synopsys VCS simulator. 2014-11-13 14:40:35 -08:00