Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimiter Naydenov committed Oct 29, 2019
1 parent cd484e2 commit eda65fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ __pycache__/
xmlstarlet/_xmlstarlet.*
xmlstar/config.h.in~
xmlstarlet/xml
xmlstarlet/Makefile
xmlstarlet/config.status
**/*.o
**/*.trs
**/autom4te.cache/
**/*/.deps/
**/solaris/package/*/pkginfo
**/version.h


# Distribution / packaging
.Python
Expand Down
2 changes: 1 addition & 1 deletion xmlstarlet/solaris/package/sol8-sparc/pkginfo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PKG=SFxmlstar
NAME="xmlstarlet Command Line XML Toolkit"
ARCH=sparc
VERSION=v1.6.3-8-g8e0d23c-dirty
VERSION=v1.6.3-9-g4edf5c3
MAXINST=1
CATEGORY=application
DESC="XmlStarlet Command Line XML Toolkit"
Expand Down
2 changes: 1 addition & 1 deletion xmlstarlet/solaris/package/sol9-sparc/pkginfo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PKG=SFxmlstar
NAME="xmlstarlet Command Line XML Toolkit"
ARCH=sparc
VERSION=v1.6.3-8-g8e0d23c-dirty
VERSION=v1.6.3-9-g4edf5c3
MAXINST=1
CATEGORY=application
DESC="XmlStarlet Command Line XML Toolkit"
Expand Down
2 changes: 1 addition & 1 deletion xmlstarlet/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define VERSION "v1.6.3-8-g8e0d23c-dirty"
#define VERSION "v1.6.3-9-g4edf5c3"

0 comments on commit eda65fd

Please sign in to comment.