diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | README.md | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bea5755 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +TAGS @@ -1,3 +1,6 @@ # crep - like grep but for code -todo... +> Note: you should use ctags or etags. Seriously. This is an experimental thingy. + +- https://en.wikipedia.org/wiki/Ctags +- https://www.emacswiki.org/emacs/TagsFile |
