aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-03-16 20:50:55 +0100
committervaxerski <[email protected]>2022-03-16 20:50:55 +0100
commitde4c836e97a5798a09bcf96fbdf4cbaf29b0dc5e (patch)
treeced2f8201e49f65e2ceecac015ecc3f7f8f9e10a /.gitignore
parentf9862eed939c748842c0e9369880848b654f3d5f (diff)
downloadHyprland-de4c836e97a5798a09bcf96fbdf4cbaf29b0dc5e.tar.gz
Hyprland-de4c836e97a5798a09bcf96fbdf4cbaf29b0dc5e.zip
Initial Commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..2d64ee6a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+CMakeLists.txt.user
+CMakeCache.txt
+CMakeFiles
+CMakeScripts
+Testing
+cmake_install.cmake
+install_manifest.txt
+compile_commands.json
+CTestTestfile.cmake
+_deps
+
+build/
+/.vscode/
+
+*.o
+*-protocol.c
+*-protocol.h
+.ccls-cache \ No newline at end of file