Skip to content

Commit

Permalink
Improve gitignore definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ros-cr committed Jan 10, 2025
1 parent 85e1af4 commit 2ff87e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ PenText.xpr
# (Emacs) (temporary) files
.#*
\#*#
# other temporary files
*~
*.swp

.projectile

.DS_Store
*.orig

/target
# pentext artifact output folder
target/

0 comments on commit 2ff87e4

Please sign in to comment.