diff options
| author | Bdale Garbee <bdale@gag.com> | 2017-09-18 20:43:14 -0600 | 
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2017-09-18 20:43:14 -0600 | 
| commit | 1ece6e6fd3faaae3f6c6d434497eb04235939dc3 (patch) | |
| tree | e3a9f6e2e63797a669fbc5f1558295bcb43fbca9 | |
| parent | b12e982259817328e348f1aaa91c5c824891e7b9 (diff) | |
be more aggressive about removing and ignoring .mdwn files
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | altosui/Makefile.am | 2 | ||||
| -rw-r--r-- | micropeak/Makefile.am | 2 | ||||
| -rw-r--r-- | telegps/Makefile.am | 2 | 
4 files changed, 4 insertions, 3 deletions
@@ -7,6 +7,7 @@  *.lnk  *.lst  *.map +*.mdwn  *.mem  *.o  *.rel diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 53762aec..6f206c3d 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -194,7 +194,7 @@ clean-local:  		Altos-Linux-*.tar.bz2 Altos-Linux-*.sh Altos-Mac-*.dmg Altos-Windows-*.exe \  		windows altoslib_*.jar altosuilib_*.jar $(FREETTS_CLASS) \  		$(JFREECHART_CLASS) $(JCOMMON_CLASS) $(LIBALTOS) Manifest.txt Manifest-fat.txt altos-windows.log altos-windows.nsi \ -		altosui altosui-test altosui-jdb macosx linux *.desktop $(MDWN) +		altosui altosui-test altosui-jdb macosx linux *.desktop *.mdwn  EXTRA_DIST = $(desktop_file).in diff --git a/micropeak/Makefile.am b/micropeak/Makefile.am index 6f674b19..5e153b82 100644 --- a/micropeak/Makefile.am +++ b/micropeak/Makefile.am @@ -103,7 +103,7 @@ clean-local:  		altoslib_*.jar altosuilib_*.jar \  		$(JFREECHART_CLASS) $(JCOMMON_CLASS) $(LIBALTOS) Manifest.txt Manifest-fat.txt \  		micropeak micropeak-test micropeak-jdb macosx linux windows micropeak-windows.log \ -		micropeak-windows.nsi *.desktop $(MDWN) +		micropeak-windows.nsi *.desktop *.mdwn  EXTRA_DIST = $(desktop_file).in diff --git a/telegps/Makefile.am b/telegps/Makefile.am index a1c4a0a1..9dd2ceac 100644 --- a/telegps/Makefile.am +++ b/telegps/Makefile.am @@ -128,7 +128,7 @@ clean-local:  		altoslib_*.jar altosuilib_*.jar \  		$(JFREECHART_CLASS) $(JCOMMON_CLASS) $(FREETTS_CLASS) $(LIBALTOS) Manifest.txt Manifest-fat.txt \  		telegps telegps-test telegps-jdb macosx linux windows telegps-windows.log \ -		telegps-windows.nsi *.desktop $(MDWN) +		telegps-windows.nsi *.desktop *.mdwn  EXTRA_DIST = $(desktop_file).in  | 
