Jannis Leidel
42d3cf083f
Updating Django gitignore for various reasons
...
Removing:
- static/uploaded/**/* since there is no default
for upload paths (configurable)
- *.mo because it's a best practice to keep them
close to the po files and update before release
- *.pyc since that's covered by the Python gitignore file
Adding:
- local_settings.py because it's a best practice
for Django projects (next to settings.py)
2010-11-10 03:04:22 +01:00
fhemberger
745c945d0f
Added Java gitignore
2010-11-09 23:26:18 +01:00
fhemberger
b568c6b5b0
Added thumbnails
2010-11-09 23:23:58 +01:00
Omar Vargas and Chris Wanstrath
534d7da8b6
Add ignore for hidden files in linux
2010-11-09 11:45:19 -08:00
Jan Michael Alonzo and Chris Wanstrath
b2788d6ed2
Add Rhodes mobile application framework gitignore
2010-11-10 03:44:16 +08:00
Dmitriy Kopylenko and Chris Wanstrath
43b75915e7
Added common .gitignore for the Grails framework
2010-11-10 03:44:06 +08:00
Clement Skau and Chris Wanstrath
3d54ffb5fd
Added Go.gitignore
2010-11-10 03:43:58 +08:00
Ollie Rattue and Chris Wanstrath
f8f4901b73
Added CodeIgniter ignores
2010-11-10 03:43:37 +08:00
duritong and Chris Wanstrath
fe0a884ba7
Fix readme about config setting
...
According to current man pages of git-config there is no = to set
the config value.
2010-11-10 03:43:28 +08:00
duritong and Chris Wanstrath
d764abff8f
Ignore .loadpath file in Eclipse
...
This is common amongst ruby projects in eclipse.
2010-11-10 03:43:28 +08:00
rtaycher and Chris Wanstrath
95c4fba7c2
Catch more vim swapfiles(*.sw[a-p])
2010-11-10 03:41:10 +08:00
rtaycher and Chris Wanstrath
835f247447
Added KDE section with dolphin file manager directory specific setting
2010-11-10 03:41:09 +08:00
Alex Kapranoff and Chris Wanstrath
978fdbf0cc
Add gitignore for Perl projects
2010-11-10 03:40:43 +08:00
Peat Bakke and Chris Wanstrath
73a214881d
Removing .DS_Store; specific to OS X, and redundant with Global/OSX
2010-11-10 03:40:34 +08:00
Peat Bakke and Chris Wanstrath
4f13b9342f
Removing .DS_Store; specific to OS X, and redundant with Global/OSX
2010-11-10 03:40:34 +08:00
Peat Bakke and Chris Wanstrath
330290971a
Removing .DS_Store; specific to OS X, and redundant with Global/OSX
2010-11-10 03:40:33 +08:00
Martin Desrosiers and Chris Wanstrath
0a41318dba
Added Maven gitignore
2010-11-09 16:08:50 +08:00
Chris Wanstrath
e60b29b6bb
Adding Emacs backup, and Vi swap ignores to Global/
2010-11-09 00:08:01 -08:00
David Padilla and Chris Wanstrath
2f219bd07e
Ignore .orig files for Rails
2010-11-09 00:00:45 -08:00
Tom Ward and Chris Wanstrath
6f6fbb0363
Unless full paths are used .gitignore, all matching files and folders will be ignored, however deep they are in the repo.
...
For example, ignoring log/* doesn't just ignore all log files, but also files such as lib/project/log/awesome_logger.rb. It's a mistake I've made a couple of times but never seemed to have learned from.
2010-11-08 23:58:18 -08:00
Adrian Petrescu and Chris Wanstrath
ac35a765a4
New gitignore for Eclipse workspaces.
2010-11-08 23:53:35 -08:00
gamussa and Chris Wanstrath
bbdf02867f
Added Eclipse and Windows gitignore files
2010-11-08 23:53:11 -08:00
Peat Bakke and Chris Wanstrath
f44d9f5a80
Adding documentation on global ignores
2010-11-08 23:52:52 -08:00
Jay Adkisson and Chris Wanstrath
aa2a94d190
ignore vim swap files
2010-11-09 15:52:23 +08:00
Lloyd Pick and Chris Wanstrath
098b5cba46
added NetBeans ignore
2010-11-09 15:52:06 +08:00
Joël Perras and Chris Wanstrath
537b947855
Adding Lithium ignores.
2010-11-09 15:51:51 +08:00
Postmodern and Chris Wanstrath
900d322dd9
Added a .gitignore for files auto-generated by the CMake build-system.
2010-11-09 15:51:41 +08:00
Ben Johnson and Chris Wanstrath
53e9ec0ddb
Added Flex Builder gitignore
2010-11-09 15:51:28 +08:00
amrnt and Chris Wanstrath
4dc09001b5
adding Node.js ignores
2010-11-09 15:51:04 +08:00
Pieter van de Bruggen and Chris Wanstrath
6a492645d5
Masking Redcar project files.
2010-11-09 15:48:06 +08:00
Pieter van de Bruggen and Chris Wanstrath
4e020da938
Masking YARD build artifacts.
...
(https://github.com/lsegal/yard )
2010-11-09 15:47:54 +08:00
Mike Park and Chris Wanstrath
a573f2a5eb
to ignore autotools generated files
2010-11-09 15:47:33 +08:00
lfborjas and Chris Wanstrath
4b3ed39721
added an ignore for eclipse (pydev) and general linux
2010-11-09 15:47:06 +08:00
BJ Dierkes and Chris Wanstrath
340ddd1fb4
Add for TurboGears2 (based off of Python template)
2010-11-09 15:46:02 +08:00
Jeffry Degrande and Chris Wanstrath
4b492aedf8
ack & vim swap files
2010-11-09 15:45:44 +08:00
Jeffry Degrande and Chris Wanstrath
2cd02577f2
rspec config file and capybara generated files
2010-11-09 15:45:44 +08:00
Jeffry Degrande and Chris Wanstrath
ef630e07b4
sass generated files
2010-11-09 15:45:43 +08:00
dorkitude and Chris Wanstrath
85b1901900
ignore propel properties
2010-11-09 15:44:28 +08:00
Damien Pollet and Chris Wanstrath
70510605f6
(La)TeX, BibTeX, latexmk, etc
2010-11-09 15:44:05 +08:00
iromli and Chris Wanstrath
1a70beeee3
added CakePHP gitignore
2010-11-09 15:43:17 +08:00
Chase Brammer and Chris Wanstrath
787f39eaec
Update to the Actionscript ignore file to put the .settings reference as a directory
2010-11-09 15:43:08 +08:00
Chase Brammer and Chris Wanstrath
325e4aadfb
Adding recommended Actionscript ignores
2010-11-09 15:43:07 +08:00
Jonathan Vingiano and Chris Wanstrath
11f18ea18f
ignore emacs buffers and desktop
2010-11-09 15:42:35 +08:00
Ron DeVera and Chris Wanstrath
04cc9bbb41
Removed TextMate-specific lines from Ruby.gitignore
...
Should be in Global/TextMate.gitignore
2010-11-09 15:41:52 +08:00
Ron DeVera and Chris Wanstrath
986092fb00
Added Global/TextMate.gitignore
2010-11-09 15:41:51 +08:00
Chris Wanstrath
244b9d3ef5
Remove .rmvrc from Rails.gitignore. Feel free to add manually.
2010-11-08 15:08:54 -08:00
amrnt and Chris Wanstrath
8ca8ad89a4
adding Gems ignores
2010-11-08 15:06:57 -08:00
Joey Geiger and Chris Wanstrath
1231be1e5d
I think you also want to ignore vendor/bundle...
2010-11-08 15:04:31 -08:00
oxlade39 and Chris Wanstrath
ed7ccb7141
Adding IntelliJ ignores
2010-11-08 15:04:02 -08:00
oxlade39 and Chris Wanstrath
369ff63bdb
Adding recommended SBT ignores
2010-11-08 15:03:42 -08:00