LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   files missing using git add command (https://www.linuxquestions.org/questions/linux-newbie-8/files-missing-using-git-add-command-4175540127/)

ansonc 04-19-2015 04:29 AM

files missing using git add command
 
hi,
I'm cross-compiling a linux kernel. And I want to use git to manage the project. When I first add the project to the git index and commit, then I clone it out, I failed to compile it with the file missing information printed. The file missing is like include/linux/autoconf.h amount many others.
PS:I have no gitignore in the current directory.
Please take a look and give some hints if anyone has some thoughts.
Thanks.

guub 04-19-2015 01:08 PM

Quote:

Originally Posted by ansonc (Post 5349629)
...Please take a look and give some hints if anyone has some thoughts...

What is it you want us to take a look at?

ansonc 04-19-2015 09:15 PM

hi,
I found a .gitignore file in the directory, which causing the specific files not adding into the git index.
So I remove it and it works out.
Thanks.


All times are GMT -5. The time now is 02:35 AM.