A simple script, to add files to gitignore rather than manually typing the file name
To run the script, type the following inside a git repository (make sure to add
this directory to PATH
variable)
gitignore-script <file1> <file2> ... <directory1> <directory2> ...
- Currently, not checking if the given file is already present in the gitignore
realpath
utility