diff options
| author | Takashi Iwai <tiwai@suse.de> | 2006-04-06 18:02:15 +0200 | 
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2006-04-06 18:02:15 +0200 | 
| commit | a836797cd486d0c372d3503a7241a452959eaafb (patch) | |
| tree | d1e9425da5d9044612c55a5a2c2cdc31249368b6 | |
| parent | 2559a56209c6729574b8cb16c5be63e1cc2f1c04 (diff) | |
Fix to use glob
Fix .hgignore to use glob patterns.
| -rw-r--r-- | .hgignore | 10 | 
1 files changed, 6 insertions, 4 deletions
| @@ -1,3 +1,5 @@ +syntax: glob +  configure  config.log  config.cache @@ -20,7 +22,7 @@ missing  autom4te.cache  depcomp  compile -\.libs/ -\.deps/ -\.la$ -\.lo$ +.libs +.deps +*.la +*.lo | 
