about summary refs log blame commit diff
path: root/.gitignore
blob: 9160fe43d1ec96d758f8ec46d9721d58566f6884 (plain) (tree)
1
2
3
4

           

   


















                     
                    

                     


                             


                            


                      
              








                           
           









                            



                             

                                    
                                      

                              

                            
 
             
                

                  

                       

               




                              

                    
                
                           
 
               

                        

                



                         

                                    

                   

                            




                         

                                        

                 

                          

                  

                           

         



                 
              





                     

                       
 


     


    
    






            
Makefile
Makefile.in

# /
/aclocal.m4
/autom4te.cache
/config.*
/configure
/nix.spec
/stamp-h1
/svn-revision
/NEWS
/libtool

# /config/
/config/config.guess
/config/config.sub
/config/depcomp
/config/install-sh
/config/missing
/config/mkinstalldirs
/config/ltmain.sh

/corepkgs/config.nix

# /corepkgs/buildenv/
/corepkgs/buildenv/builder.pl

# /corepkgs/channels/
/corepkgs/channels/unpack.sh

# /corepkgs/nar/
/corepkgs/nar/nar.sh
/corepkgs/nar/unnar.sh

# /doc/manual/
/doc/manual/manual.html
/doc/manual/manual.is-valid
/doc/manual/*.1
/doc/manual/*.8
/doc/manual/images
/doc/manual/version.txt
/doc/manual/NEWS.html
/doc/manual/NEWS.txt

# /scripts/
/scripts/nix-profile.sh
/scripts/nix-pull
/scripts/nix-push
/scripts/nix-switch
/scripts/nix-collect-garbage
/scripts/nix-prefetch-url
/scripts/nix-install-package
/scripts/nix-channel
/scripts/nix-build
/scripts/nix-copy-closure
/scripts/nix-generate-patches
/scripts/NixConfig.pm
/scripts/NixManifest.pm
/scripts/GeneratePatches.pm
/scripts/download-using-manifests.pl
/scripts/copy-from-other-stores.pl
/scripts/download-from-binary-cache.pl
/scripts/find-runtime-roots.pl
/scripts/build-remote.pl
/scripts/nix-reduce-build
/scripts/nix-http-export.cgi

# /src/bin2c/
/src/bin2c/bin2c

# /src/bsdiff-4.3/
/src/bsdiff-4.3/bsdiff
/src/bsdiff-4.3/bspatch

# /src/libexpr/
/src/libexpr/lexer-tab.cc
/src/libexpr/lexer-tab.hh
/src/libexpr/parser-tab.cc
/src/libexpr/parser-tab.hh
/src/libexpr/parser-tab.output
/src/libexpr/nix.tbl

# /src/libstore/
/src/libstore/schema.sql.hh

# /src/nix-env/
/src/nix-env/nix-env
/src/nix-env/help.txt.hh

# /src/nix-hash/
/src/nix-hash/nix-hash
/src/nix-hash/help.txt.hh

# /src/nix-instantiate/
/src/nix-instantiate/nix-instantiate
/src/nix-instantiate/help.txt.hh

# /src/nix-log2xml/
/src/nix-log2xml/nix-log2xml
/src/nix-log2xml/test*.*
/src/nix-log2xml/*.log
/src/nix-log2xml/*.xml
/src/nix-log2xml/*.html

# /src/nix-setuid-helper/
/src/nix-setuid-helper/nix-setuid-helper
/src/nix-setuid-helper/help.txt.hh

# /src/nix-store/
/src/nix-store/help.txt.hh
/src/nix-store/nix-store

# /src/nix-worker/
/src/nix-worker/nix-worker
/src/nix-worker/help.txt.hh

# /tests/
/tests/test-tmp
/tests/config.nix
/tests/common.sh
/tests/dummy
/tests/result*

# /tests/lang/
/tests/lang/*.out
/tests/lang/*.out.xml
/tests/lang/*.ast

/perl/lib/Nix/Config.pm
/perl/lib/Nix/Store.cc

.deps
.libs
*.a
*.lo
*.la
*.o
*.so
*~

# GNU Global
GPATH
GRTAGS
GSYMS
GTAGS