summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-04-30 11:15:18 -0400
committermattkae <mattkae@protonmail.com>2023-04-30 11:15:18 -0400
commit04206efb102990c2ce0fa26be30db803cdc816be (patch)
tree7423964d7afeb6d2d25eeb544a0d8396df546e06 /.gitignore
parent4058f9b1704322f8185136c2558c2ab96a4d835c (diff)
Moving over to CMakeList for qcreator support
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 704b56a..e926f51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.cproject
.project
all
-build \ No newline at end of file
+build
+CMakeLists.txt.user \ No newline at end of file