Add .gitignore file to ignore generated .clang-format

master
Daan De Meyer 4 years ago committed by Vlad Zahorodnii
parent 79ca5ccd26
commit 38f55c81f3

25
.gitignore vendored

@ -0,0 +1,25 @@
# Ignore the following files
.vscode
*~
*.[oa]
*.diff
*.kate-swp
*.kdev4
.kdev_include_paths
*.kdevelop.pcs
*.moc
*.moc.cpp
*.orig
*.user
.*.swp
.swp.*
Doxyfile
Makefile
avail
random_seed
/build*/
CMakeLists.txt.user*
*.unc-backup*
.clang-format
/build*/
Loading…
Cancel
Save