Commit Graph

31 Commits

Author SHA1 Message Date
James Lu 988fe08945 .gitignore: add doc-* paths from supybot-plugin-doc 2022-07-09 14:15:33 -07:00
Valentin Lorentz 71dbd39dd7 Revert changes to the structure of sdist packages.
c87aacb690
b882d1cc00
b1db15c056
2019-02-23 00:12:06 +01:00
Valentin Lorentz b1db15c056 Add a symlink supybot pointing to src/ + move locales/ to src/
This looks like a more standard source tree, and allows for running tests without installing.
2019-01-02 14:29:32 +01:00
GLolol e48f74cf5d Update .gitignore to include default wizard directories & confs [ci skip] 2014-11-20 17:43:57 -08:00
Valentin Lorentz 6f19088724 Merge remote-tracking branch 'supybot/master' into testing
Conflicts:
	.gitignore
	plugins/Alias/plugin.py
	plugins/Anonymous/plugin.py
	plugins/Anonymous/test.py
	setup.py
	src/callbacks.py
2014-07-12 09:48:27 +02:00
Mikaela Suomalainen 7ffff22c6f .gitignore: add README.txt .
[SKIP CI]
2014-06-06 12:42:33 +02:00
Mikaela Suomalainen d1964c202e Replace INSTALL symlink with .gitignore entry.
This should prevent Supybot's INSTALL file from coming in case of merge.
Or at least I hope so.
2014-05-23 13:20:05 +03:00
venth 6456a35817 ignore Intellij IDEA related files 2014-05-07 23:52:59 -04:00
Valentin Lorentz d89e4b5635 Fix previous merge. 2014-04-05 22:56:40 +02:00
nyuszika7h 373fe30e51 Add .pyd to gitignore [skip ci]
.pyd is a rare sight, but I added it just to be on the safe side.
2014-02-22 13:57:07 +01:00
nyuszika7h 0f8523f952 Add nano.save to gitignore 2014-02-22 13:43:10 +01:00
nyuszika7h 649f4bc0b2 Less aggressive ignoring of vim swap files
It's a rare sight to see non-.swp swap files anyway, and we don't want
other files (e.g. .sql) being accidentally ignored.
2014-02-22 13:41:47 +01:00
nyuszika7h 7442ba30bd Add some Debian files to .gitignore
And remove the entry for Emacs, which doesn't work due to being a comment anyway.
2014-02-22 13:40:01 +01:00
nyuszika7h f760d54d7d I forgot this one...
Who uses Emacs anyway?
2013-09-25 11:44:14 +02:00
nyuszika7h f0050b95b9 Fix previous commit 2013-09-25 11:43:31 +02:00
nyuszika7h 46f5cd98b3 Clean up .gitignore 2013-09-25 11:04:48 +02:00
Valentin Lorentz 40675ffdfa Merge remote-tracking branch 'supybot/master' into testing
Conflicts:
	plugins/Admin/plugin.py
	plugins/BadWords/config.py
	plugins/Filter/plugin.py
	plugins/Google/plugin.py
	plugins/Math/plugin.py
	plugins/Misc/plugin.py
	plugins/Note/plugin.py
	plugins/RSS/plugin.py
	plugins/Seen/test.py
	plugins/ShrinkUrl/config.py
	plugins/ShrinkUrl/plugin.py
	plugins/ShrinkUrl/test.py
	plugins/Status/plugin.py
	plugins/String/config.py
	plugins/String/plugin.py
	plugins/Time/plugin.py
	plugins/Todo/plugin.py
	plugins/Web/plugin.py
	plugins/__init__.py
	scripts/supybot-botchk
	setup.py
	src/__init__.py
	src/callbacks.py
	src/commands.py
	src/conf.py
	src/drivers/Socket.py
	src/ircdb.py
	src/irclib.py
	src/ircutils.py
	src/questions.py
	src/registry.py
	src/schedule.py
	src/test.py
	src/utils/file.py
	src/utils/gen.py
	src/utils/net.py
	src/utils/web.py
	src/world.py
2013-08-24 11:28:29 +02:00
Valentin Lorentz c6d5f1883e Update .gitignore. 2013-02-07 19:21:42 +01:00
James McCoy b1552ced11 Ignore setuptools directories
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-09-17 21:31:49 -04:00
James McCoy 124361d76d Ignore backup/
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-09-05 21:36:57 -04:00
Valentin Lorentz 3ae2ce9483 Merge branch 'master' into debian
Conflicts:
	.gitignore
	src/version.py
2012-06-23 17:44:06 +02:00
Valentin Lorentz 90e511cad1 Drop src/version.py from the source and generate it with setup.py instead. Closes GH-358. 2012-05-11 18:43:23 +02:00
Mika Suomalainen 46e16d798e Added merge.sh to gitignore 2011-09-01 19:00:39 +03:00
Mika Suomalainen caa20fb10a Added push.sh to gitignore 2011-09-01 18:56:27 +03:00
Valentin Lorentz fe16aae560 Debianize Supybot and update version to 0.83.4.1+limnoria1. 2011-08-22 14:29:59 +02:00
Mika Suomalainen 80c81a728e Added "*.mo" to .gitignore
Poedit is generating them for me and if implementation in Limnoria doens't use .mo files,
why to have them in repo?
2011-08-13 19:27:58 +03:00
Valentin Lorentz a1f093defc Ignore vim temporary files 2011-01-22 09:51:06 +01:00
Valentin Lorentz 24ac2c0729 Edit .gitignore in order to ignore backup/ repertory (created by supybot-test) 2010-10-16 09:53:21 +02:00
James Vega a8d2e35fb1 Initial pass at Sphinx documentation.
Rename all existing documentation files to *.rst.
Fix up some of the formatting to work better as reStructuredText.
Add Sphinx's output directories to gitignore.
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2010-08-24 18:24:52 -04:00
James Vega 2314eb4406 Add *.pyc to gitignore
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-02-28 00:11:52 -05:00
James Vega 46a4076988 Add .gitignore
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-02-27 14:17:31 -05:00