diff options
author | Louie Shprung <lshprung@scu.edu> | 2022-11-24 16:32:35 -0800 |
---|---|---|
committer | Louie Shprung <lshprung@scu.edu> | 2022-11-24 19:35:00 -0800 |
commit | 60cf749e9cb8f751346db0d378ac9ed93534db4d (patch) | |
tree | 3e4875e91a0feb9e6bda7b6461ffb4577ba870a0 /.gitignore |
First commit as mandocsets; added ncurses
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82f3668 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +* +!.gitignore +!getters +!getters/* +!Makefile +!mandocset.py +!README.md |