From ef9b64a9a142c7b238476c261d170599ca54e612 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sun, 30 Oct 2016 00:26:21 -0500 Subject: [PATCH] dont track auto-generated files in git repo --- .gitignore | 1 + src/config.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 src/config.h diff --git a/.gitignore b/.gitignore index 4fe6344..b12e0b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ build/** !build/.gitignore !build/ci/Dockerfile +src/greeter-resources.h CMakeLists.txt /ChangeLog /AUTHORS diff --git a/src/config.h b/src/config.h deleted file mode 120000 index 64de3f2..0000000 --- a/src/config.h +++ /dev/null @@ -1 +0,0 @@ -../build/src/config.h \ No newline at end of file