summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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