28 Commits

Author SHA1 Message Date
Caleb Maclennan
dbeef036b2
Add ctags generated artifact to Git ignore list 2020-09-10 16:34:46 +03:00
Cosimo Lupo
84b06022ed
add cu2qu.c to .gitignore 2020-04-02 11:52:21 +01:00
Cosimo Lupo
0b88812237
.gitignore: remove unused entries
the boilerplate .gitignore from Github was too broad and all-catching.
It included things like 'lib' (which is where all modules are in fonttools...)
or stuff for tools which we never use.
So I just deleted those.
2019-08-22 13:00:27 +02:00
Nikolaus Waxweiler
d77223a54f Update gitignore
https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore
2019-08-09 16:43:54 +01:00
Erik van Blokland
1c6c35dc38 Change to designspace documentation: add layer attribute to the source element.
Add `layerName` attribute to the sourcedescriptor object
Read and write layerName.
Add a source layer test.
XXX this also disables the test_check() test for the moment because it generates odd results.
2018-04-27 13:24:11 +02:00
Jany Belluz
4e8818278b Restore original .gitignore 2017-11-29 17:33:20 +00:00
Jany Belluz
ac329fbd69 Move the tests to pytest 2017-11-29 17:08:23 +00:00
Jany Belluz
44727fe32a Merge remote-tracking branch 'designSpaceDocument/master' 2017-11-22 13:14:29 +00:00
Erik van Blokland
bb97097534 doc.checkDefault() crossreferences the default value of each axis with the location of the master that was assigned as neutral.
- if the axis value is missing in the neutral location, add the axis and value.
- if the values are different, then use the value from the neutral location as the axis default.
2017-10-27 15:09:39 +02:00
Erik van Blokland
ddbc9c212f Ignore new test files. 2017-08-25 13:42:44 +02:00
Erik
c31da9df47 Some legacy documents do not have an <axes> element. This causes problems reading and processing the file.
If there are no defined axes, use the available names from locations in the document. New axes are tagged with "_" as first letter. There is no guarantee that the guessed axes have the same dimensions as the originals.
2017-02-21 15:47:09 +01:00
Sascha Brawer
a9201196a9 Tell git to ignore *.egg packages
For example, `sh run-tests.sh` lays a lot of eggs.
2017-02-11 15:59:30 +01:00
Erik
a7b9879e42 Ignore some tests. 2017-02-06 22:34:05 +01:00
Cosimo Lupo
524a365b4e
.gitignore: add .coverage.* files, generated by coverage run --parallel-mode ... 2016-12-26 13:57:13 +00:00
Erik
1c4d1ec7ac Ignore more test results. 2016-12-02 17:57:07 +01:00
Erik
0e51f99f37 First commit for DesignSpaceProcessor is a subclass of DesignSpaceDocument.
- aims to do work the same way as mutatorMath.ufo.document
- generate all instances as UFO
- handle glyph masters, info, kerning, lib

More testing is needed.
2016-11-30 14:45:41 +01:00
Denis Moyogo Jacquerye
90b2171ef2 gitignore: .DS_Store, __pycache__, *.py[co] and .cache 2016-11-18 10:08:21 +00:00
Erik
41f5cd7e5d more things to ignore. 2016-11-15 13:47:48 +01:00
Erik
2fbdd37362 Initial commit
- independent reader / writer object for designspace documents.
- imports and exports easy to subclass objects for instance, source and axis data.
- roundtrips
- intended to be compatible with use in MutatorMath, Superpolatpor and varlib.
2016-11-15 13:27:39 +01:00
Cosimo Lupo
8bc5c6123c .gitignore: remove setuptools_scm 'version.py' 2016-10-12 00:40:06 +01:00
Cosimo Lupo
10b30b954a .gitignore: add Lib/fontTools/version.py
We no longer need to check this file in the repository, as it is generated upon installtion from the git metadata by setuptools_scm
2016-10-10 15:11:55 +01:00
Cosimo Lupo
a533a3be44 .gitignore: add .eggs/ folder, used by setuptools to download test adn setup requirements 2016-09-28 19:26:11 +01:00
Behdad Esfahbod
68500cbfe8 [gitignore] Ignore jython bytecode 2016-04-13 13:20:09 -07:00
justvanrossum
af5bd42479 ignore OSX Finder private data 2016-04-12 07:22:15 +02:00
Cosimo Lupo
dc2f95d3ef .gitignore: ignore cache files and add some comments
@brawer maybe the emacs backup files could go to your .git/info/exclude list?
This is what I do with my '.DS_Store' friends on my mac.
2016-04-11 11:32:25 +01:00
Sascha Brawer
0ec78556cb Instruct git to ignore emacs backup files 2015-04-16 17:50:39 -07:00
Behdad Esfahbod
5a721d07c0 git-ignore *.pyc 2014-06-06 11:45:44 -04:00
Paul Wise
ce2a30998b Ignore some files and dirs created by setup.py build/install/dist 2014-01-15 17:36:48 +08:00