Ignore local* files.
authorRichard W.M. Jones <rjones@redhat.com>
Sun, 12 Jan 2020 21:44:24 +0000 (21:44 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sun, 12 Jan 2020 21:44:24 +0000 (21:44 +0000)
Allows you to have ./localconfigure and/or ./localmake files to add
local parameters to configure or make.

.gitignore

index f7f3271..02815a7 100644 (file)
@@ -7,6 +7,8 @@
 *.log
 *.o
 
+/local*
+
 /man/*.?
 
 .depend