.gitignore: merge back changes from Cockpit
In machines/podman and Cockpit we sorted and re-organised the gitignore file. In navigator I noticed that starter-kit did not have these changes yet and so we had to re-apply them so let's fix it in the source.
This commit is contained in:
parent
42ff9dbce6
commit
471073a2c4
1 changed files with 31 additions and 17 deletions
46
.gitignore
vendored
46
.gitignore
vendored
|
|
@ -1,19 +1,33 @@
|
||||||
*~
|
# Please keep this file sorted (LC_COLLATE=C.UTF-8),
|
||||||
*.retry
|
# grouped into the 3 categories below:
|
||||||
*.tar.xz
|
# - general patterns (match in all directories)
|
||||||
|
# - patterns to match files at the toplevel
|
||||||
|
# - patterns to match files in subdirs
|
||||||
|
|
||||||
|
# general patterns
|
||||||
|
*.pyc
|
||||||
*.rpm
|
*.rpm
|
||||||
node_modules/
|
|
||||||
dist/
|
# toplevel (/...)
|
||||||
/*.spec
|
/Test*.html
|
||||||
/.vagrant
|
/Test*.json
|
||||||
package-lock.json
|
/Test*.log
|
||||||
Test*FAIL*
|
/Test*.png
|
||||||
/bots
|
/bots
|
||||||
test/common/
|
/cockpit-*.tar.xz
|
||||||
test/images/
|
/cockpit-navigator.spec
|
||||||
pkg
|
/dist/
|
||||||
*.pot
|
/package-lock.json
|
||||||
POTFILES*
|
/pkg/
|
||||||
tmp/
|
/node_modules/
|
||||||
|
/tmp/
|
||||||
|
/tools/
|
||||||
|
|
||||||
|
# subdirs (/subdir/...)
|
||||||
|
/packaging/arch/PKGBUILD
|
||||||
|
/packaging/debian/changelog
|
||||||
|
/po/*.pot
|
||||||
/po/LINGUAS
|
/po/LINGUAS
|
||||||
/tools
|
/test/common/
|
||||||
|
/test/images/
|
||||||
|
/test/static-code
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue