Skip to content

Commit da218f2

Browse files
committed
.gitignore fixes
Ignore mod files generated by build and text editor "~" files Signed-off-by: Alec Ari <neotheuser@ymail.com>
1 parent ddea941 commit da218f2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ build-stamp
1111
*.mod.c
1212
*.cmd
1313
.tmp*
14+
src/*.mod
1415
# Ignore generated html files,
1516
/docs/src/*/*.html
1617
# docs/html/.gitignore is for the html directory
@@ -45,6 +46,7 @@ position.txt
4546
*.result
4647
# Ignore temp files
4748
*.swp
49+
*~
4850
# Ignore po4a temp files
4951
*.failed.po
5052
*-new_??.po

0 commit comments

Comments
 (0)