summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2024-02-15Tidy up .gitignorePeter Hutterer1-91/+2
With meson all our build artefacts are in the build directory so short of any detritus left by the editors the git tree should always be clean.
2020-09-23.gitignore: remove some incorrect entriesPeter Hutterer1-4/+0
.xml.in hasn't existed in quite a while and the base.xml and base.extras.xml files are now the source files, so remove those from gitignore. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2019-05-07Remove intltool leftoversRoss Burton1-8/+1
2011-06-14temporary man pages should not annoy meSergey V. Udaltsov1-0/+2
2011-05-15one more temp file to be ignoredSergey V. Udaltsov1-0/+1
2010-05-07Provide pkg-config fileYaakov Selkowitz1-0/+1
This allows other packages to check for the presence, version, and installation directory of xkeyboard-config during configure.
2010-03-25Fix short descriptions to match ISO3166-alpha3 codesSergey V. Udaltsov1-0/+1
Most of short descriptions are fixed to be valid ISO codes. Some of them cannot be bound to ISO codes. Added test script to validate codes. Closing https://bugs.freedesktop.org/show_bug.cgi?id=27306
2009-06-22Serious reorganization of the generation scripts in rulesSergey V. Udaltsov1-0/+11
Now, the autogen scrtipts are shared among 'compat' and 'extras' rules. The schema of the code generation is shared (actually, Makefile.am files are identical). The whole process should be a bit more transparent and correct now. Also, rs(combiningkeys) is added, http://bugs.freedesktop.org/show_bug.cgi?id=21047
2009-06-19evdev.extras.xml.in is a copy of base.extras.xml.inSergey V. Udaltsov1-0/+1
2009-06-19Extra layouts should also be used for evdevSergey V. Udaltsov1-0/+1
2009-06-18Initial support for extra layoutsSergey V. Udaltsov1-0/+1
http://bugs.freedesktop.org/show_bug.cgi?id=21466 using APL layout from http://bugs.freedesktop.org/show_bug.cgi?id=21743
2009-04-29ignore another service fileSergey V. Udaltsov1-0/+1
2008-11-29Some additional patterns for .gitignoreGiuseppe Bilotta1-0/+5
Some additional patterns for .gitignore
2008-11-29Add .gitignoreGiuseppe Bilotta1-0/+77
Add .gitignore Merge all .cvsignore files into an appropriate .gitignore