diff options
| author | Mattias Andrée <maandree@kth.se> | 2021-02-23 15:39:58 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2021-02-23 15:39:58 +0100 | 
| commit | 56a75a15ddd22bc92369ed4d7cb9b28d685f3f0d (patch) | |
| tree | 9ad549f831dd0c1fcc96f8c307512be6e496fddf /.gitignore | |
| parent | update dist (diff) | |
| download | bfind-56a75a15ddd22bc92369ed4d7cb9b28d685f3f0d.tar.gz bfind-56a75a15ddd22bc92369ed4d7cb9b28d685f3f0d.tar.bz2 bfind-56a75a15ddd22bc92369ed4d7cb9b28d685f3f0d.tar.xz  | |
Change license, rewrite in C, remove info manual, remove shell tab completion, misc3.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 29 | 
1 files changed, 3 insertions, 26 deletions
@@ -1,28 +1,5 @@ -_/ -/bin/ -/obj/ -__pycache__/ -\#*\# -.* -!.git* +*\#*  *~ -*.sw[op] -*.py[co] +*.o +*.su  /bfind -*.gz -*.xz -*.install -*.aux -*.cp -*.fn -*.info -*.ky -*.log -*.pdf -*.ps -*.dvi -*.pg -*.toc -*.tp -*.vr -  | 
