mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
restore .gitignore, stop .darcs-boringfile it
This commit is contained in:
parent
2cccc1a3df
commit
96ef2a7657
@ -29,7 +29,6 @@
|
|||||||
(^|/)ChangeSet($|/)
|
(^|/)ChangeSet($|/)
|
||||||
(^|/)\.svn($|/)
|
(^|/)\.svn($|/)
|
||||||
(^|/)\.git($|/)
|
(^|/)\.git($|/)
|
||||||
\.gitignore$
|
|
||||||
\.py[co]$
|
\.py[co]$
|
||||||
\#
|
\#
|
||||||
\.cvsignore$
|
\.cvsignore$
|
||||||
|
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
|
||||||
|
/build/
|
||||||
|
/support/
|
||||||
|
|
||||||
|
# these are generated at build time, and never checked in
|
||||||
|
/src/allmydata/_version.py
|
||||||
|
/src/allmydata/_appname.py
|
||||||
|
|
||||||
|
# these are generated too
|
||||||
|
/bin/tahoe
|
||||||
|
/bin/tahoe.pyscript
|
||||||
|
/bin/tahoe-script.py
|
||||||
|
|
||||||
|
/.built
|
||||||
|
/src/allmydata_tahoe.egg-info/
|
||||||
|
Twisted-*.egg
|
||||||
|
|
||||||
|
/_trial_temp*
|
||||||
|
/dist/
|
||||||
|
/twisted/plugins/dropin.cache
|
Loading…
Reference in New Issue
Block a user