Skip to content

Commit

Permalink
Remove autocreated files from git
Browse files Browse the repository at this point in the history
That is a nasty bug. The files gq-marshal.[ch] gets created from
gq-marshal.list but are checked in to git.

I removed that files now from git so they get recreated properly every
time. (Closes #383)

Thanks Russel Winder for the insistent nagging about that.
  • Loading branch information
mowgli committed May 4, 2016
1 parent ce7e589 commit 6287845
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 165 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ Makefile.in
/debian/geeqie*
/debian/files
/doc/html/

# That two files are autocreated(!)
/src/gq-marshal.[ch]
131 changes: 0 additions & 131 deletions src/gq-marshal.c

This file was deleted.

34 changes: 0 additions & 34 deletions src/gq-marshal.h

This file was deleted.

1 change: 1 addition & 0 deletions src/gq-marshal.list
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
VOID:VOID
VOID:INT,INT,INT,INT
VOID:INT,INT
VOID:DOUBLE

0 comments on commit 6287845

Please sign in to comment.