1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 08:20:12 +02:00
Commit Graph

151 Commits

Author SHA1 Message Date
GneatGeek
bd20a55b30 Added SASS ignore file. 2012-02-20 15:56:24 -08:00
Eugene E. Kashpureff Jr
3aa2b49364 Add Recycle Bin on file shares 2012-02-02 11:39:55 -06:00
Daniel Trebbien
24372f9c4a VisualStudio.gitignore: Ignore the ‘x64’ directories 2011-11-06 09:16:21 -05:00
John Barker
a48d4a9d14 tags on it's own will match a directory like lib/tags/ 2011-09-14 14:29:04 +08:00
Chris Wanstrath
74b5ce5612 Merge pull request #183 from x3ro/master
Remove weird OS X specific .gitignore rule which behaves very unexpectedly
2011-09-01 16:59:13 -07:00
Chris Wanstrath
c0827ef922 Merge pull request #192 from stuartdb/patch-1
Installshield project output folder.
2011-09-01 16:57:09 -07:00
Chris Wanstrath
5039b28ea3 Merge pull request #169 from x3ro/patch-2
Improve NetBeans .gitignore rules
2011-09-01 16:56:32 -07:00
Chris Wanstrath
c08b5eaf4a Merge pull request #163 from mibe/master
Some C# / VS changes
2011-09-01 16:55:11 -07:00
Chris Wanstrath
d9fb955d92 Merge pull request #161 from cboutter/master
Added a newline at end of the Mercurial and Java files in order to build a gitignore file from multiple templates.
2011-09-01 16:54:30 -07:00
Chris Wanstrath
64ef3e4f00 Merge pull request #134 from sjaeckel/master
Altera Quartus II and Mentor Graphics ModelSim/Questa
2011-09-01 16:43:21 -07:00
Chris Wanstrath
dee4333885 Merge pull request #153 from ovargas27/master
Added RubyMine
2011-09-01 16:37:51 -07:00
Chris Wanstrath
084249a945 Merge pull request #154 from onecrayon/master
Added support for Espresso .gitignore
2011-09-01 16:37:39 -07:00
Chris Wanstrath
1aa3d1d58e Merge pull request #155 from elyscape/patch-1
Added .sln.docstates to ignore list
2011-09-01 16:37:25 -07:00
Chris Wanstrath
518ec11a41 Merge pull request #158 from jbolduan/master
Added Support For MonoDevelop .gitignore
2011-09-01 16:36:11 -07:00
Chris Wanstrath
2d038fd682 Merge pull request #160 from the-kenny/master
Ignore Emacs write-lock files
2011-09-01 16:35:27 -07:00
Chris Wanstrath
9fa55481d6 Merge pull request #167 from audioplastic/master
Added Matlab.gitignore to Globals
2011-09-01 16:34:48 -07:00
Chris Wanstrath
c61fcfd6d5 Merge pull request #173 from DenisGorbachev/patch-1
Edited Global/Eclipse.gitignore via GitHub
2011-09-01 16:34:41 -07:00
Chris Wanstrath
4644c35447 Merge pull request #178 from jasoncawood/master
added SublimeText ignore
2011-09-01 16:34:19 -07:00
Chris Wanstrath
1fad2cd7b1 Merge pull request #187 from bripkens/master
Ignore additional Netbeans configuration file
2011-09-01 16:34:10 -07:00
Stuart Baker
0992d4bc6e Installshield project output folder. 2011-08-18 06:24:43 +12:00
Benjamin P. Jung
ad40b5dd85 Add ".externalToolBuilders/" and "*.launch"
*** .externalToolBuilders/
This directory stores project-specific launch configurations for external tool builders, such as ant tasks that have to be executed to fulfill the build lifecycle

*** *.launch
It is possible to store "eclipse launch configurations" in external files. These (XML-)files may be stored anywhere within your projects and will be discovered by Eclipse automagically.
2011-08-11 17:36:05 +03:00
Ben Ripkens
ec6b91fcdd Additional Netbeans file which can be ignored. 2011-08-09 12:56:08 +03:00
Lucas Jenß
85de979a03 Remove "dangerous" OS X specific .gitignore rule
The .gitignore rule "Icon?" will also match directories such as
"icons/", at least on a case-insensitive file-system (this happened to
me on OS X 10.7). I only noticed this several days later because a
developer was complaining about missing icons in his repository. I don't
really know what type of files this rule is supposed to match, but I
guess the described behavior is not expected.
2011-07-27 15:33:05 +02:00
Jason Cawood
111965eafe Edited Global/SublimeText.gitignore via GitHub 2011-07-13 09:19:25 -07:00
Jason Cawood
beabf7ebfd added ignore for a SublimeText project 2011-07-12 13:56:41 -07:00
DenisGorbachev
48d3bbe6bb Edited Global/Eclipse.gitignore via GitHub 2011-06-27 04:55:29 -07:00
Lucas
3369c324ec Improve NetBeans .gitignore rules
According to this (http://netbeans.org/kb/docs/java/import-eclipse.html#versioning) knowledge base article, the nbproject folder should be checked into the VCS in order to allow people to open the project without importing.
2011-06-11 16:40:28 -07:00
Michael Bemmerl
9dd829c486 Merge remote-tracking branch 'remotes/upstream/master' 2011-06-05 23:48:03 +02:00
Nick Clark
9da8f662ca Added matlab editor global gitignore to remove autosaved backups 2011-06-04 21:39:47 +01:00
Michael Bemmerl
e6117c95dc Ignore multiple backup directories & logfiles from vsual studio's project conversion.
It is possible to run the project converter multiple times, which would generate new backup-directories (Backup1-Backupn) and logfiles (UpgradeLog2.XML-UpgradeLogn.XML)
2011-05-28 02:17:22 +02:00
Christophe Boutter
cf2cc27679 Added newline in order to allow multiple adds of
gitignore files.
2011-05-27 08:54:48 +02:00
Moritz Ulrich
e61c20ac1d Ignore emacs auto-save files (.# prefix)
The behavior is documented in [1].
The prefix doesn't seem to be documented, but it is hardoced as described in [2].

[1]: http://www.gnu.org/software/emacs/manual/html_node/emacs/Interlocking.html#Interlocking
[2]: http://tekman.livejournal.com/79598.html
2011-05-25 19:49:20 +02:00
Jeff Bolduan
e8b2e1a9cc Added support for MonoDevelop .gitignore 2011-05-23 21:31:25 -05:00
Eli Young
86e8a934b0 Added .sln.docstates to ignore list. As per http://goo.gl/NwdPT, they are a .suo supplement. 2011-05-19 21:34:57 -07:00
Ian Beck
d443fda444 Added ignore file for Espresso project files (Mac OS X only) 2011-05-17 10:00:46 -07:00
Omar
a9e135dabb Ignore file that contains your workspace preferences 2011-05-12 19:23:50 -05:00
Chris Wanstrath
dfb82f5940 Merged pull request #145 from bripkens/master.
Ignore Netbeans run configuration file
2011-04-29 02:04:30 -07:00
Chris Wanstrath
58c1b54539 Merged pull request #132 from shawnl/master.
Global/Archives.gitignore
2011-04-29 02:04:08 -07:00
Chris Wanstrath
f6dfb71a9a Merged pull request #135 from mibe/master.
More VisualStudio rules
2011-04-29 02:03:02 -07:00
Ben Ripkens
7924c91fba Added nbactions.xml to the netbeans ignore file 2011-04-15 09:00:33 +02:00
Felix Marczinowski
7057906fd2 remove file, more general pattern is in vim.gitignore 2011-03-25 11:44:18 +01:00
Felix Marczinowski
5bdef3ee6d remove vi/vim-specific pattern already covered by vim.gitignore 2011-03-25 11:44:06 +01:00
Steffen Jaeckel
5eeeeef2fd added initial version of ModelSim.gitignore 2011-03-14 16:41:28 +01:00
Steffen Jaeckel
38ccc7d78c added hex files to be ignored 2011-03-14 11:32:48 +01:00
Michael Bemmerl
dc3ff85dce Ignore backup & log files from converting projects to a new Visual Studio version. 2011-03-07 23:50:23 +01:00
Steffen Jaeckel
1145ed5fc5 convert to unix line endings 2011-03-03 11:07:48 +01:00
Steffen Jaeckel
806e228b18 remove .sopcinfo file from the gitignore list 2011-03-03 11:05:23 +01:00
Steffen Jaeckel
d6e6fa9a27 added memory initialization files to be ignored 2011-03-02 19:57:14 +01:00
Steffen Jaeckel
294b5c903b initial version of Quartus2.gitignore 2011-03-02 19:52:22 +01:00
shawnl
18c2ccc490 [Global/Archives.gitignore] package management formats 2011-02-26 09:08:04 -08:00
shawnl
5e4ae02d55 *.gz makes *.tar.gz redundant
added archive extentions (lzma xz)
2011-02-26 09:03:44 -08:00
iven
05fa33b554 Ignore vim session file. 2011-02-21 18:07:04 -08:00
Nooby
bf11956a2a Ignore Linux hidden files (.*) except .gitignore files. 2011-02-21 18:05:02 -08:00
Raphael Schaad
5774649b8f In Global/OSX.gitignore .DS_Store? didn't match .DS_Store (a question mark (?) matches a single character). 2011-02-21 18:03:20 -08:00
Chris Wanstrath
4823407194 Merge branch 'master' of https://github.com/d2s/gitignore into d2s-master 2011-02-21 18:00:14 -08:00
Chris Wanstrath
e2adce27c6 Merge branch 'master' of https://github.com/wdang/gitignore into wdang-master 2011-02-21 17:59:52 -08:00
Keith Elder
21cef81229 Added since RIA/Silverlight projects use this for generated code that doesn't get added into source control. 2011-02-21 17:58:01 -08:00
Keith Elder
07f71f3bf1 Added since RIA/Silverlight projects use this for generated code that doesn't get added into source control. 2011-02-01 06:00:01 +08:00
Tyler Breisacher
c4619a22f0 Ignore all the .svn folders. 2011-01-28 04:11:05 +08:00
Nick Berardi
4ad86493f6 added Mercurial.gitignore 2011-01-28 04:09:44 +08:00
William Dang
a7def41693 Merge https://github.com/github/gitignore
Conflicts:
	Global/VisualStudio.gitignore
2010-11-23 07:42:06 -07:00
Rolando Pereira
718b97feec Ignore files generated by Etags and Ctags 2010-11-22 17:54:05 -08:00
Bradley Grainger
3be1cd9136 Performance Sessions & Reports. 2010-11-22 17:54:05 -08:00
Bradley Grainger
590e423e7f Visual C++ additions.
Grouped all VC++ files together. Added new file extensions and folders used by Visual C++ 2010.
2010-11-22 17:54:04 -08:00
Dan
f84e3189d0 dont track compiled elisp 2010-11-22 17:42:30 -08:00
Joshua Jabbour
3037435cee add "*.tmproject" to ignore list 2010-11-22 17:40:06 -08:00
Owen
cdb216f204 Add CVS gitignore for anyone who has to code-share with projects using CVS. Save the dinosaurs. 2010-11-23 09:36:32 +08:00
Owen
c046bd621a Add SVN gitignore for anyone who has to code-share with projects using Subversion 2010-11-23 09:36:32 +08:00
William Dang
2f8c09da0f Additional Visual C++ objects and case-insensitive matches 2010-11-20 20:46:50 -07:00
Chris Wanstrath
9c7b92ae3b These should go into other gitignores, like Vim.gitignore 2010-11-18 18:56:40 -08:00
Magnus Woldrich
ea0b4b92cb Added Vim >= 7.3 persistent undo files 2010-11-19 10:18:06 +08:00
Daniel Schildt
771ad365e4 Added few files to OSX.gitignore
Ignore files generated by OS X that might appear on external disks:
  .Spotlight-V100
  .Trashes
2010-11-19 10:17:33 +08:00
Daniel Schildt
71054b86d6 Fixed comments in Archives.gitignore 2010-11-13 05:54:52 +08:00
Daniel Schildt
cd7597dd5f Fixed comment in Linux.gitignore file 2010-11-13 05:54:51 +08:00
Daniel Schildt
cb9fac4334 Small cleanup of comments in the file
Hopefully comments look better now.
2010-11-13 05:54:51 +08:00
Jan Michael Alonzo
fa46e7bcbb Ignore DocProject and ClickOnce build artifacts 2010-11-11 11:59:47 +08:00
fhemberger
66555ace19 Added archive extensions to Global 2010-11-10 09:09:10 +01:00
fhemberger
0ae4801e31 Added OSX icons, moved bin/** from Java to Eclipse, added *.class to Java 2010-11-10 09:06:12 +01:00
fhemberger
b568c6b5b0 Added thumbnails 2010-11-09 23:23:58 +01:00
Omar Vargas
534d7da8b6 Add ignore for hidden files in linux 2010-11-09 11:45:19 -08:00
duritong
d764abff8f Ignore .loadpath file in Eclipse
This is common amongst ruby projects in eclipse.
2010-11-10 03:43:28 +08:00
rtaycher
95c4fba7c2 Catch more vim swapfiles(*.sw[a-p]) 2010-11-10 03:41:10 +08:00
rtaycher
835f247447 Added KDE section with dolphin file manager directory specific setting 2010-11-10 03:41:09 +08:00
Chris Wanstrath
e60b29b6bb Adding Emacs backup, and Vi swap ignores to Global/ 2010-11-09 00:08:01 -08:00
Adrian Petrescu
ac35a765a4 New gitignore for Eclipse workspaces. 2010-11-08 23:53:35 -08:00
gamussa
bbdf02867f Added Eclipse and Windows gitignore files 2010-11-08 23:53:11 -08:00
Jay Adkisson
aa2a94d190 ignore vim swap files 2010-11-09 15:52:23 +08:00
Lloyd Pick
098b5cba46 added NetBeans ignore 2010-11-09 15:52:06 +08:00
Ben Johnson
53e9ec0ddb Added Flex Builder gitignore 2010-11-09 15:51:28 +08:00
Pieter van de Bruggen
6a492645d5 Masking Redcar project files. 2010-11-09 15:48:06 +08:00
lfborjas
4b3ed39721 added an ignore for eclipse (pydev) and general linux 2010-11-09 15:47:06 +08:00
Jeffry Degrande
4b492aedf8 ack & vim swap files 2010-11-09 15:45:44 +08:00
Jonathan Vingiano
11f18ea18f ignore emacs buffers and desktop 2010-11-09 15:42:35 +08:00
Ron DeVera
986092fb00 Added Global/TextMate.gitignore 2010-11-09 15:41:51 +08:00
oxlade39
ed7ccb7141 Adding IntelliJ ignores 2010-11-08 15:04:02 -08:00
oxlade39
369ff63bdb Adding recommended SBT ignores 2010-11-08 15:03:42 -08:00
Dan Williams
ee0e1515d2 OSX git ignore for the .DS_Store </rap> 2010-11-08 15:02:58 -08:00
Adam Vandenberg
0865e7e7af Visual Studio ignores 2010-11-08 15:01:48 -08:00
Chris Wanstrath
bbebf0f7f6 READMEs and globals and you 2010-11-08 15:00:28 -08:00
Chris Wanstrath
fe11ec96d2 global readme 2010-11-08 14:58:16 -08:00