Clozure / ccl

Clozure Common Lisp
http://ccl.clozure.com
Apache License 2.0
840 stars 105 forks source link

.gitignore TAGS #474

Closed Devon7 closed 5 months ago

Devon7 commented 5 months ago

TAGS and tags files (created by Emacs etags, ctags and others) belong with *.o*, ~, etc., in the .gitignore** file.

$ git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)

    TAGS

nothing added to commit but untracked files present (use "git add" to track)