Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/zxing-cpp/wrappers/kn/.gitignore @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 .gradle | |
| 2 build/ | |
| 3 !gradle/wrapper/gradle-wrapper.jar | |
| 4 !**/src/main/**/build/ | |
| 5 !**/src/test/**/build/ | |
| 6 | |
| 7 ### IntelliJ IDEA ### | |
| 8 .idea/modules.xml | |
| 9 .idea/jarRepositories.xml | |
| 10 .idea/compiler.xml | |
| 11 .idea/libraries/ | |
| 12 *.iws | |
| 13 *.iml | |
| 14 *.ipr | |
| 15 out/ | |
| 16 !**/src/main/**/out/ | |
| 17 !**/src/test/**/out/ | |
| 18 | |
| 19 ### Eclipse ### | |
| 20 .apt_generated | |
| 21 .classpath | |
| 22 .factorypath | |
| 23 .project | |
| 24 .settings | |
| 25 .springBeans | |
| 26 .sts4-cache | |
| 27 bin/ | |
| 28 !**/src/main/**/bin/ | |
| 29 !**/src/test/**/bin/ | |
| 30 | |
| 31 ### NetBeans ### | |
| 32 /nbproject/private/ | |
| 33 /nbbuild/ | |
| 34 /dist/ | |
| 35 /nbdist/ | |
| 36 /.nb-gradle/ | |
| 37 | |
| 38 ### VS Code ### | |
| 39 .vscode/ | |
| 40 | |
| 41 ### Mac OS ### | |
| 42 .DS_Store | |
| 43 | |
| 44 local.properties |
