summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: add gp-gettext-setup.mk filesHans Ulrich Niedermann2022-01-101-0/+2
| | | | | | | Have git ignore the gp-gettext-setup.mk files which commit d18b440a72407fc371ec17a2a983976b813e5d97 added to the list of files being generated during builds.
* gitignore: Fix pattern for .vscode/ directoriesHans Ulrich Niedermann2022-01-101-2/+2
| | | | | | | | | | | | | | | | The vscode documentation[1] says that the editor use a directory named ".vscode", not "+.vscode". ".vscode" is also what the original commit[2] in pull request 100[3] contained. However, commit e9fafcd89d3e88767670800f684c58eee727b84f probably contained a cut and paste error and added the ignore pattern for directories called "+.vscode". [1]: https://code.visualstudio.com/docs/editor/workspaces [2]: https://github.com/gphoto/libgphoto2/pull/100/commits/d8ff05da8cf5c4790c6e8f0dd4dda34b382ec585 [3]: https://github.com/gphoto/libgphoto2/pull/100
* Require gettext >= 0.18.3; remove GP_GETTEXT_HACKHans Ulrich Niedermann2021-12-101-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | This requires gettext version 0.18.3 or later, and it removes the GP_GETTEXT_HACK which used to generate a po/Makevars file from the po/Makevers.template. gettext 0.18.3 is the same gettext version requirement as libexif uses. gettext 0.18.3 has been released 2013-07-07, which is a similar timeframe of the autoconf, automake and libtool releases we require. If you ever need to build a post 2021 libgphoto2 from git on a system with pre 0.18.3 gettext, you can can always prepare a tarball using "make dist" on a system with gettext 0.18.3 or later, and build that tarball on the older machine. Not generating the po/Makevars file any more means that we need additional consistency checks for the parts of po/Makevars which cannot be derived from the Autoconf standard set of AC_SUBST()ed Makefile.in variables.
* gitignore for tests/Hans Ulrich Niedermann2021-11-031-0/+11
|
* Rename libgphoto2_port test directory testsHans Ulrich Niedermann2021-10-251-0/+5
| | | | | Rename the libgphoto2_port/test directory to libgphoto2_port/tests to make its name the same as libgphoto2/tests.
* gitignore: Add a few forgotten files for in-source-tree buildsHans Ulrich Niedermann2021-09-081-0/+8
|
* gitignore: Add /tmpwrk*/Hans Ulrich Niedermann2021-03-311-0/+2
| | | | | | | | The /tmpwkr*/ subdirectories are used by "make distcheck" in a very short term and temporary fashion. They still occasionally show up in "git gui", so we now ignore them.
* gitignore: Anchor patterns at top_srcdirHans Ulrich Niedermann2021-03-311-78/+81
| | | | | Anchor the gitignore patterns at top_srcdir where applicable.
* Remove stdint.h shim (#625)Zeranoe2021-02-221-1/+0
| | | stdint.h has wide adoption at this point, so it should be safe to use.
* added missing example binaries to .gitignoreAxel Waggershauser2016-12-051-0/+2
|
* added .vscode to .gitignorepeterbud2016-11-191-0/+1
|
* update with more ignoresMarcus Meissner2015-08-081-16/+24
|
* added .gitignore file based on ↵Axel Waggershauser2015-08-031-0/+113
https://github.com/github/gitignore/blob/master/C.gitignore and all files automatically generated after a clean autoreconf/configure/make cycle