diff options
author | ng0 <ng0@n0.is> | 2019-06-09 09:37:43 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-06-09 09:37:43 +0000 |
commit | 839139eb858c01bbba6a25062e32916f2689e252 (patch) | |
tree | 5723f7448c46e6ff0102a43463e218c29b36a263 /.gitignore | |
parent | 02438237bf09dfd6dd95e130025c8431f0596bae (diff) |
gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index b843f13f6..f4f2ae65c 100644 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,8 @@ doc/tutorial/gversion.texi # top-level symlink can exist .clang-format -# for cmake alternative build-system (not yet merged) -cmake-build +# this exists outside of the main repository +cmake/ build +CMakeLists.txt +CMakeFiles.txt |