diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-11-16 16:51:30 -0500 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-11-16 16:54:30 -0500 |
commit | c16a1cea13c70e9c40a8db82d561e71bd04f404f (patch) | |
tree | 1adf263ea9a8b1d7b2f84d0e858571a4888606f2 /.gitignore | |
parent | 13145a3957ac029fc5e3f538f676c0075255822d (diff) | |
download | expac-c16a1cea13c70e9c40a8db82d561e71bd04f404f.tar.xz |
Reorg a bit, introduce a control struct
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4ebba7c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.o +.*.swp +expac +expac.1 +.ycm_extra_conf.pyc |